This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients georg.brandl, giampaolo.rodola, gregory.p.smith, nnorwitz, phil_schwartz, tcarroll
Date 2008-01-22.20:00:23
SpamBayes Score 0.0056962566
Marked as misclassified No
Message-id <1201032024.38.0.621285302111.issue1221598@psf.upfronthosting.co.za>
In-reply-to
Content
Could I propose the following docstring corrections?


@@ -313,7 +313,7 @@
         expected size may be None if it could not be determined.
 
         Optional `rest' argument can be a string that is sent as the
-        argument to a RESTART command.  This is essentially a server
+        argument to a REST(art) command.  This is essentially a server
         marker used to tell the server to skip over any data up to the
         given marker.
         """
@@ -403,7 +403,7 @@
         """Retrieve data in line mode.  A new port is created for you.
 
         Args:
-          cmd: A RETR or LIST command.
+          cmd: A RETR, LIST, NLST or MLSD command.
           callback: An optional single parameter callable that is called
                     for each line with the trailing CRLF stripped.
                     [default: print_line()]
History
Date User Action Args
2008-01-22 20:00:24giampaolo.rodolasetspambayes_score: 0.00569626 -> 0.0056962566
recipients: + giampaolo.rodola, nnorwitz, georg.brandl, gregory.p.smith, tcarroll, phil_schwartz
2008-01-22 20:00:24giampaolo.rodolasetspambayes_score: 0.00569626 -> 0.00569626
messageid: <1201032024.38.0.621285302111.issue1221598@psf.upfronthosting.co.za>
2008-01-22 20:00:23giampaolo.rodolalinkissue1221598 messages
2008-01-22 20:00:23giampaolo.rodolacreate