We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51adfc6 commit 1abf543Copy full SHA for 1abf543
Doc/whatsnew/3.8.rst
@@ -1467,7 +1467,8 @@ The following features and APIs have been removed from Python 3.8:
1467
script is tied to. (Contributed by Brett Cannon in :issue:`25427`.)
1468
1469
* ``parse_qs``, ``parse_qsl``, and ``escape`` are removed from :mod:`cgi`
1470
- module. They are deprecated from Python 3.2 or older.
+ module. They are deprecated from Python 3.2 or older. They should be imported
1471
+ from the ``urllib.parse`` and ``html`` modules instead.
1472
1473
* ``filemode`` function is removed from :mod:`tarfile` module.
1474
It is not documented and deprecated since Python 3.3.
0 commit comments