diff options
author | Guido van Rossum <guido@python.org> | 2001-01-15 16:37:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-01-15 16:37:05 (GMT) |
commit | 97d3b93c2fb3ded0c7ac19029e09759915f7c1d5 (patch) | |
tree | 4777a5f658e0a5481a53fb886decd5200cbdbbc3 /Doc | |
parent | da91f227ec82607edce2d56d5aa41019b1417eb7 (diff) | |
download | cpython-97d3b93c2fb3ded0c7ac19029e09759915f7c1d5.zip cpython-97d3b93c2fb3ded0c7ac19029e09759915f7c1d5.tar.gz cpython-97d3b93c2fb3ded0c7ac19029e09759915f7c1d5.tar.bz2 |
Document changed default to passive mode.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libftplib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 5e83f27..bb52f25 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -169,7 +169,8 @@ the line to \code{sys.stdout}. \begin{methoddesc}{set_pasv}{boolean} Enable ``passive'' mode if \var{boolean} is true, other disable -passive mode. +passive mode. (In Python 2.0 and before, passive mode was off by +default; in Python 2.1 and later, it is on by default.) \end{methoddesc} \begin{methoddesc}{storbinary}{command, file, blocksize} |