]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove request for e-mail; it's unlikely these classes will be saved
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 20 Jun 2008 23:13:58 +0000 (23:13 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 20 Jun 2008 23:13:58 +0000 (23:13 +0000)
Doc/library/cgi.rst

index 00deea65d3f14fa12e6d614d075705781efc0444..4c619e4b771fa748b9b724a2ab6c822fa10b6e60 100644 (file)
@@ -264,9 +264,7 @@ form items are lists of values).  Useful if your form contains multiple fields
 with the same name.
 
 Other classes (:class:`FormContent`, :class:`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.
+for backwards compatibility with really old applications only.
 
 
 .. _functions-in-cgi-module: