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 00deea6..4c619e4 100644
--- a/Doc/library/cgi.rst
+++ b/Doc/library/cgi.rst
@@ -264,9 +264,7 @@
 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: