Kaydet (Commit) d61c70d4 authored tarafından Georg Brandl's avatar Georg Brandl

Formally deprecate old classes in the cgi module.

üst 275360ea
......@@ -250,9 +250,11 @@ Using these methods you can write nice compact code::
Old classes
-----------
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.
.. deprecated:: 2.6
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
assumes each field name occurs in the form only once.
......
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