[Python-checkins] python/dist/src/Lib poplib.py,1.23,1.24

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


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

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



Index: poplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/poplib.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- poplib.py	12 Feb 2004 17:35:06 -0000	1.23
+++ poplib.py	5 Aug 2005 21:01:58 -0000	1.24
@@ -219,7 +219,7 @@
         """Request listing, return result.
 
         Result without a message number argument is in form
-        ['response', ['mesg_num octets', ...]].
+        ['response', ['mesg_num octets', ...], octets].
 
         Result when a message number argument is given is a
         single response: the "scan listing" for that message.



More information about the Python-checkins mailing list