summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-04 11:25:37 (GMT)
committerGeorg Brandl <georg@python.org>2009-09-04 11:25:37 (GMT)
commit601ee7f8470bcad409debcdaa053ce456bc158eb (patch)
tree75632a9bad99ac5d8527fb5f29b717f2a82ee970 /Doc
parented4ca821f1eb9461c294eefe8432b8607773dc62 (diff)
downloadcpython-601ee7f8470bcad409debcdaa053ce456bc158eb.zip
cpython-601ee7f8470bcad409debcdaa053ce456bc158eb.tar.gz
cpython-601ee7f8470bcad409debcdaa053ce456bc158eb.tar.bz2
#6756: add some info about the "acct" parameter.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ftplib.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst
index d5e2ee3..63c653b 100644
--- a/Doc/library/ftplib.rst
+++ b/Doc/library/ftplib.rst
@@ -147,7 +147,8 @@ followed by ``lines`` for the text version or ``binary`` for the binary version.
``'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()