Fix truncated paragraph in doc string.

Bump version to 2.0.
This commit is contained in:
Guido van Rossum 1996-10-24 14:44:32 +00:00
parent 9ec053c4f9
commit 16d5b113f6
1 changed files with 3 additions and 2 deletions

View File

@ -137,6 +137,7 @@ Old classes
These classes, present in earlier versions of the cgi module, are still
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