|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/Using the cgi module.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-cgi.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/Functions in cgi module.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 11.2.2 Using the cgi Up: 11.2 cgi Next: 11.2.4 Functions
11.2.3 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 stores single value form content as dictionary; it assumes each field name occurs in the form only once.
FormContentDict stores multiple value form content as a dictionary (the form items are lists of values). Useful if your form contains multiple fields with the same name.
Other classes (FormContent, InterpFormContentDict) are present for backwards compatibility with really old applications only. If you still use these and would be inconvenienced when they disappeared from a next version of this module, drop me a note.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/Using the cgi module.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-cgi.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/Functions in cgi module.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 11.2.2 Using the cgi Up: 11.2 cgi Next: 11.2.4 Functions
See About this document... for information on suggesting changes.