]> granicus.if.org Git - python/commitdiff
Fix truncated paragraph in doc string.
authorGuido van Rossum <guido@python.org>
Thu, 24 Oct 1996 14:44:32 +0000 (14:44 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Oct 1996 14:44:32 +0000 (14:44 +0000)
Bump version to 2.0.

Lib/cgi.py

index 8bc4177bc229e3ec3cdefe0c6f564f75c1bc57f5..af5caba00ef2f812c1182cff1312e2b87d1258f1 100755 (executable)
@@ -136,7 +136,8 @@ Old classes
 -----------
 
 These classes, present in earlier versions of the cgi module, are still 
-supported for backward compatibility.  New applications should use the 
+supported for backward compatibility.  New applications should use the
+FieldStorage class.
 
 SvFormContentDict: single value form content as dictionary; assumes each 
 field name occurs in the form only once.
@@ -406,7 +407,7 @@ backwards compatible and debugging classes and functions?
 
 # " <== Emacs font-lock de-bogo-kludgificocity
 
-__version__ = "2.0b4"
+__version__ = "2.0"
 
 
 # Imports