From: Andrew M. Kuchling Date: Fri, 20 Jun 2008 23:13:58 +0000 (+0000) Subject: Remove request for e-mail; it's unlikely these classes will be saved X-Git-Tag: v2.6b2~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2e3270dcb4883b1c88121a6857e7fea08865a34;p=thirdparty%2FPython%2Fcpython.git Remove request for e-mail; it's unlikely these classes will be saved --- diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index 00deea65d3f1..4c619e4b771f 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst @@ -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: