diff options
-rw-r--r-- | Doc/library/cgi.rst | 4 |
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: |