Skip to content

Commit

Permalink
Added comment on the return value or exception raised by request.send…
Browse files Browse the repository at this point in the history
…file().
  • Loading branch information
jgallacher committed Jun 20, 2005
1 parent 1751c42 commit 4b1aced
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/modpython4.tex
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,9 @@ \subsubsection{Request Methods\label{pyapi-mprequest-meth}}
API. \var{offset} defaults to 0, and \var{len} defaults to -1 (send
the entire file).

Returns the number of bytes sent, or raises an IOError exception
on failure.

This function provides the most efficient way to send a file to the
client.
\end{methoddesc}
Expand Down

0 comments on commit 4b1aced

Please sign in to comment.