diff options
| author | Guido van Rossum <guido@python.org> | 2001-01-15 16:37:05 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2001-01-15 16:37:05 +0000 |
| commit | 97d3b93c2fb3ded0c7ac19029e09759915f7c1d5 (patch) | |
| tree | 4777a5f658e0a5481a53fb886decd5200cbdbbc3 /Doc/lib/libftplib.tex | |
| parent | da91f227ec82607edce2d56d5aa41019b1417eb7 (diff) | |
| download | cpython-git-97d3b93c2fb3ded0c7ac19029e09759915f7c1d5.tar.gz | |
Document changed default to passive mode.
Diffstat (limited to 'Doc/lib/libftplib.tex')
| -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 5e83f27550..bb52f2583f 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} |
