Document changed default to passive mode.
This commit is contained in:
parent
da91f227ec
commit
97d3b93c2f
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue