[Python-checkins] python/dist/src/Doc/lib libhttplib.tex, 1.34, 1.34.10.1

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Sep 1 20:34:14 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv21873

Modified Files:
      Tag: release23-maint
	libhttplib.tex 
Log Message:
SF patch #798255:  Document httplib.HTTPResponse.read "amt" argument
(Contributed by Jeff Epler.)



Index: libhttplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhttplib.tex,v
retrieving revision 1.34
retrieving revision 1.34.10.1
diff -C2 -d -r1.34 -r1.34.10.1
*** libhttplib.tex	20 May 2003 02:56:35 -0000	1.34
--- libhttplib.tex	2 Sep 2003 02:34:12 -0000	1.34.10.1
***************
*** 198,203 ****
  \class{HTTPResponse} instances have the following methods and attributes:
  
! \begin{methoddesc}{read}{}
! Reads and returns the response body.
  \end{methoddesc}
  
--- 198,203 ----
  \class{HTTPResponse} instances have the following methods and attributes:
  
! \begin{methoddesc}{read}{\optional{amt}}
! Reads and returns the response body, or up to the next \var{amt} bytes.
  \end{methoddesc}
  





More information about the Python-checkins mailing list