From: Fred Drake Date: Mon, 17 May 1999 16:35:15 +0000 (+0000) Subject: Added paragraph explaininng the text/binary flavors of some methods, X-Git-Tag: v1.6a1~1345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33378da964b1759a8e88d2941c5d705b514859f4;p=thirdparty%2FPython%2Fcpython.git Added paragraph explaininng the text/binary flavors of some methods, to make it easier for people to find what they're looking for. --- diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 4014052f7a50..4a5f98c8eb1f 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -83,6 +83,11 @@ not begin with a digit in the range 1--5. \subsection{FTP Objects \label{ftp-objects}} +Several methods are available in two flavors: one for handling text +files and another for binary files. These are named for the command +which is used followed by \samp{lines} for the text version or +\samp{binary} for the binary version. + \class{FTP} instances have the following methods: \begin{methoddesc}{set_debuglevel}{level}