Commit 97d3b93c authored by Guido van Rossum's avatar Guido van Rossum

Document changed default to passive mode.

parent da91f227
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment