]> granicus.if.org Git - python/commitdiff
Added paragraph explaininng the text/binary flavors of some methods,
authorFred Drake <fdrake@acm.org>
Mon, 17 May 1999 16:35:15 +0000 (16:35 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 17 May 1999 16:35:15 +0000 (16:35 +0000)
to make it easier for people to find what they're looking for.

Doc/lib/libftplib.tex

index 4014052f7a50bc35bdbdc7ce6adead4164a3cd09..4a5f98c8eb1f07c1e60ae56919836fca35a5c480 100644 (file)
@@ -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}