Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16d5b11

Browse files
committed
Fix truncated paragraph in doc string.
Bump version to 2.0.
1 parent 9ec053c commit 16d5b11

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Lib/cgi.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@
136136
-----------
137137
138138
These classes, present in earlier versions of the cgi module, are still
139-
supported for backward compatibility. New applications should use the
139+
supported for backward compatibility. New applications should use the
140+
FieldStorage class.
140141
141142
SvFormContentDict: single value form content as dictionary; assumes each
142143
field name occurs in the form only once.
@@ -406,7 +407,7 @@
406407

407408
# " <== Emacs font-lock de-bogo-kludgificocity
408409

409-
__version__ = "2.0b4"
410+
__version__ = "2.0"
410411

411412

412413
# Imports

0 commit comments

Comments
 (0)