[Python-checkins] CVS: python/dist/src/Doc/lib libftplib.tex,1.29,1.30

Guido van Rossum python-dev@python.org
Mon, 15 Jan 2001 08:37:07 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv28218

Modified Files:
	libftplib.tex 
Log Message:
Document changed default to passive mode.


Index: libftplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libftplib.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** libftplib.tex	2000/09/01 06:32:32	1.29
--- libftplib.tex	2001/01/15 16:37:05	1.30
***************
*** 170,174 ****
  \begin{methoddesc}{set_pasv}{boolean}
  Enable ``passive'' mode if \var{boolean} is true, other disable
! passive mode.
  \end{methoddesc}
  
--- 170,175 ----
  \begin{methoddesc}{set_pasv}{boolean}
  Enable ``passive'' mode if \var{boolean} is true, other disable
! 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}