[Python-checkins] CVS: python/dist/src/Doc/lib libnntplib.tex,1.26,1.27

Fredrik Lundh effbot@users.sourceforge.net
Thu, 18 Oct 2001 13:58:27 -0700


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

Modified Files:
	libnntplib.tex 
Log Message:


changed misleading argument name


Index: libnntplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libnntplib.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** libnntplib.tex	2001/10/01 13:50:15	1.26
--- libnntplib.tex	2001/10/18 20:58:25	1.27
***************
*** 198,209 ****
  \end{methoddesc}
  
! \begin{methoddesc}{body}{id,\optional{fileHandle}}
  Send a \samp{BODY} command, where \var{id} has the same meaning as for
! \method{stat()}.  If the \var{fileHandle} parameter is supplied, then
! the body is stored in a file.  If \var{fileHandle} is a string, then
  the method will open a file object with that name, write to it then close it.
! If \var{fileHandle} is a file object, then it will start calling
  \method{write()} on it to store the lines of the body.
! Return as for \method{head()}.  If \var{fileHandle} is supplied. Then
  the returned \var{list} is an empty list.
  \end{methoddesc}
--- 198,209 ----
  \end{methoddesc}
  
! \begin{methoddesc}{body}{id,\optional{file}}
  Send a \samp{BODY} command, where \var{id} has the same meaning as for
! \method{stat()}.  If the \var{file} parameter is supplied, then
! the body is stored in a file.  If \var{file} is a string, then
  the method will open a file object with that name, write to it then close it.
! If \var{file} is a file object, then it will start calling
  \method{write()} on it to store the lines of the body.
! Return as for \method{head()}.  If \var{file} is supplied. Then
  the returned \var{list} is an empty list.
  \end{methoddesc}