]> granicus.if.org Git - python/commitdiff
Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)
authorSimon Willison <swillison@gmail.com>
Wed, 11 Sep 2019 14:25:26 +0000 (09:25 -0500)
committerStéphane Wirtel <stephane@wirtel.be>
Wed, 11 Sep 2019 14:25:25 +0000 (16:25 +0200)
Since they have been removed from cgi it's useful to remind people where they
can be found instead.

Doc/whatsnew/3.8.rst

index 07202ea4ff08d6256219d3c9d2c8e8d7fa8dcc7b..aefe9b53746f0a65ce2716bdfeaab212e66fce3b 100644 (file)
@@ -1467,7 +1467,8 @@ The following features and APIs have been removed from Python 3.8:
   script is tied to. (Contributed by Brett Cannon in :issue:`25427`.)
 
 * ``parse_qs``, ``parse_qsl``, and ``escape`` are removed from :mod:`cgi`
-  module.  They are deprecated from Python 3.2 or older.
+  module.  They are deprecated from Python 3.2 or older. They should be imported
+  from the ``urllib.parse`` and ``html`` modules instead.
 
 * ``filemode`` function is removed from :mod:`tarfile` module.
   It is not documented and deprecated since Python 3.3.