From 97d3b93c2fb3ded0c7ac19029e09759915f7c1d5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 15 Jan 2001 16:37:05 +0000 Subject: Document changed default to passive mode. --- Doc/lib/libftplib.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 5e83f27..bb52f25 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} -- cgit v0.12