summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-06-20 23:13:58 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-06-20 23:13:58 (GMT)
commitc2e3270dcb4883b1c88121a6857e7fea08865a34 (patch)
treec1b438f188abc32436fc10ac7c452407688a7568 /Doc
parentfc7f49373834e88591066b40fa742a43e19f61d4 (diff)
downloadcpython-c2e3270dcb4883b1c88121a6857e7fea08865a34.zip
cpython-c2e3270dcb4883b1c88121a6857e7fea08865a34.tar.gz
cpython-c2e3270dcb4883b1c88121a6857e7fea08865a34.tar.bz2
Remove request for e-mail; it's unlikely these classes will be saved
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/cgi.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst
index 00deea6..4c619e4 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: