[Python-checkins] r74652 - python/trunk/Doc/library/ftplib.rst

georg.brandl python-checkins at python.org
Fri Sep 4 13:25:38 CEST 2009


Author: georg.brandl
Date: Fri Sep  4 13:25:37 2009
New Revision: 74652

Log:
#6756: add some info about the "acct" parameter.

Modified:
   python/trunk/Doc/library/ftplib.rst

Modified: python/trunk/Doc/library/ftplib.rst
==============================================================================
--- python/trunk/Doc/library/ftplib.rst	(original)
+++ python/trunk/Doc/library/ftplib.rst	Fri Sep  4 13:25:37 2009
@@ -147,7 +147,8 @@
    ``'anonymous@'``.  This function should be called only once for each instance,
    after a connection has been established; it should not be called at all if a
    host and user were given when the instance was created.  Most FTP commands are
-   only allowed after the client has logged in.
+   only allowed after the client has logged in.  The *acct* parameter supplies
+   "accounting information"; few systems implement this.
 
 
 .. method:: FTP.abort()


More information about the Python-checkins mailing list