diff options
author | Fred Drake <fdrake@acm.org> | 1999-05-17 16:35:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-05-17 16:35:15 (GMT) |
commit | 33378da964b1759a8e88d2941c5d705b514859f4 (patch) | |
tree | 9219aa902c09f7b5bb0f452ea62fafe243dd13d5 | |
parent | d1fb77970df2d58e56a6d4db7c06711101c0a9ac (diff) | |
download | cpython-33378da964b1759a8e88d2941c5d705b514859f4.zip cpython-33378da964b1759a8e88d2941c5d705b514859f4.tar.gz cpython-33378da964b1759a8e88d2941c5d705b514859f4.tar.bz2 |
Added paragraph explaininng the text/binary flavors of some methods,
to make it easier for people to find what they're looking for.
-rw-r--r-- | Doc/lib/libftplib.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 4014052..4a5f98c 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} |