mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Formally deprecate old classes in the cgi module.
This commit is contained in:
parent
275360eaa5
commit
d61c70d45f
1 changed files with 5 additions and 3 deletions
|
@ -250,9 +250,11 @@ Using these methods you can write nice compact code::
|
||||||
Old classes
|
Old classes
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
These classes, present in earlier versions of the :mod:`cgi` module, are still
|
.. deprecated:: 2.6
|
||||||
supported for backward compatibility. New applications should use the
|
|
||||||
:class:`FieldStorage` class.
|
These classes, present in earlier versions of the :mod:`cgi` module, are
|
||||||
|
still supported for backward compatibility. New applications should use the
|
||||||
|
:class:`FieldStorage` class.
|
||||||
|
|
||||||
:class:`SvFormContentDict` stores single value form content as dictionary; it
|
:class:`SvFormContentDict` stores single value form content as dictionary; it
|
||||||
assumes each field name occurs in the form only once.
|
assumes each field name occurs in the form only once.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue