[Python-checkins] python/dist/src/Doc/lib libpoplib.tex,1.17,1.18

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Aug 5 23:02:00 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19402/Doc/lib

Modified Files:
	libpoplib.tex 
Log Message:
bug [ 1252706 ] poplib list() docstring fix (and docs too)



Index: libpoplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpoplib.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- libpoplib.tex	11 Jan 2004 23:00:16 -0000	1.17
+++ libpoplib.tex	5 Aug 2005 21:01:57 -0000	1.18
@@ -108,8 +108,8 @@
 
 \begin{methoddesc}{list}{\optional{which}}
 Request message list, result is in the form
-\code{(\var{response}, ['mesg_num octets', ...])}.  If \var{which} is
-set, it is the message to list.
+\code{(\var{response}, ['mesg_num octets', ...], \var{octets})}.
+If \var{which} is set, it is the message to list.
 \end{methoddesc}
 
 \begin{methoddesc}{retr}{which}



More information about the Python-checkins mailing list