Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec053c commit 16d5b11Copy full SHA for 16d5b11
1 file changed
Lib/cgi.py
@@ -136,7 +136,8 @@
136
-----------
137
138
These classes, present in earlier versions of the cgi module, are still
139
-supported for backward compatibility. New applications should use the
+supported for backward compatibility. New applications should use the
140
+FieldStorage class.
141
142
SvFormContentDict: single value form content as dictionary; assumes each
143
field name occurs in the form only once.
@@ -406,7 +407,7 @@
406
407
408
# " <== Emacs font-lock de-bogo-kludgificocity
409
-__version__ = "2.0b4"
410
+__version__ = "2.0"
411
412
413
# Imports
0 commit comments