]> granicus.if.org Git - python/commitdiff
Document changed default to passive mode.
authorGuido van Rossum <guido@python.org>
Mon, 15 Jan 2001 16:37:05 +0000 (16:37 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Jan 2001 16:37:05 +0000 (16:37 +0000)
Doc/lib/libftplib.tex

index 5e83f27550544090000db11389894909a0b3eae1..bb52f2583f9053339a8d81843c0303b1469220d9 100644 (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}