mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)
Since they have been removed from cgi it's useful to remind people where they can be found instead.
This commit is contained in:
parent
51adfc6ed2
commit
1abf54336f
1 changed files with 2 additions and 1 deletions
|
@ -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`.)
|
script is tied to. (Contributed by Brett Cannon in :issue:`25427`.)
|
||||||
|
|
||||||
* ``parse_qs``, ``parse_qsl``, and ``escape`` are removed from :mod:`cgi`
|
* ``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.
|
* ``filemode`` function is removed from :mod:`tarfile` module.
|
||||||
It is not documented and deprecated since Python 3.3.
|
It is not documented and deprecated since Python 3.3.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue