]> granicus.if.org Git - python/commitdiff
Correct truncated paragraph.
authorGuido van Rossum <guido@python.org>
Thu, 24 Oct 1996 14:47:44 +0000 (14:47 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Oct 1996 14:47:44 +0000 (14:47 +0000)
Doc/lib/libcgi.tex
Doc/libcgi.tex

index 3f2639823ee2a24213a2255f00c9087bad993f72..34c510e12783e1b5a9f5b7a6e0a79880a4e045b7 100644 (file)
@@ -151,7 +151,8 @@ the list, file and filename attributes are always \code{None}.
 \subsection{Old classes}
 
 These classes, present in earlier versions of the \code{cgi} module, are still 
-supported for backward compatibility.  New applications should use the 
+supported for backward compatibility.  New applications should use the
+FieldStorage class.
 
 \code{SvFormContentDict}: single value form content as dictionary; assumes each 
 field name occurs in the form only once.
index 3f2639823ee2a24213a2255f00c9087bad993f72..34c510e12783e1b5a9f5b7a6e0a79880a4e045b7 100644 (file)
@@ -151,7 +151,8 @@ the list, file and filename attributes are always \code{None}.
 \subsection{Old classes}
 
 These classes, present in earlier versions of the \code{cgi} module, are still 
-supported for backward compatibility.  New applications should use the 
+supported for backward compatibility.  New applications should use the
+FieldStorage class.
 
 \code{SvFormContentDict}: single value form content as dictionary; assumes each 
 field name occurs in the form only once.