Kaydet (Commit) 16d5b113 authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix truncated paragraph in doc string.

Bump version to 2.0.
üst 9ec053c4
...@@ -136,7 +136,8 @@ Old classes ...@@ -136,7 +136,8 @@ Old classes
----------- -----------
These classes, present in earlier versions of the cgi module, are still 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 SvFormContentDict: single value form content as dictionary; assumes each
field name occurs in the form only once. field name occurs in the form only once.
...@@ -406,7 +407,7 @@ backwards compatible and debugging classes and functions? ...@@ -406,7 +407,7 @@ backwards compatible and debugging classes and functions?
# " <== Emacs font-lock de-bogo-kludgificocity # " <== Emacs font-lock de-bogo-kludgificocity
__version__ = "2.0b4" __version__ = "2.0"
# Imports # Imports
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment