Document changed default to passive mode.

This commit is contained in:
Guido van Rossum 2001-01-15 16:37:05 +00:00
parent da91f227ec
commit 97d3b93c2f
1 changed files with 2 additions and 1 deletions

View File

@ -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}