summaryrefslogtreecommitdiffstats
path: root/Lib/cgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-xLib/cgi.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py
index 8bc4177..af5caba 100755
--- a/Lib/cgi.py
+++ b/Lib/cgi.py
@@ -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