From: Guido van Rossum Date: Mon, 15 Jan 2001 16:37:05 +0000 (+0000) Subject: Document changed default to passive mode. X-Git-Tag: v2.1a1~265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97d3b93c2fb3ded0c7ac19029e09759915f7c1d5;p=thirdparty%2FPython%2Fcpython.git Document changed default to passive mode. --- diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 5e83f2755054..bb52f2583f90 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}