summaryrefslogtreecommitdiffstats
path: root/Doc/deprecations
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2024-11-19 14:01:49 (GMT)
committerGitHub <noreply@github.com>2024-11-19 14:01:49 (GMT)
commit4d771977b17e5ffaa9c2e8a2e6f5d393f68fc63c (patch)
tree0bedd1382fcf31e644dcaf66bf5be0c3dcce9c1d /Doc/deprecations
parenta99dd23c1f5b9254651d9895714596d5e7942389 (diff)
downloadcpython-4d771977b17e5ffaa9c2e8a2e6f5d393f68fc63c.zip
cpython-4d771977b17e5ffaa9c2e8a2e6f5d393f68fc63c.tar.gz
cpython-4d771977b17e5ffaa9c2e8a2e6f5d393f68fc63c.tar.bz2
GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739)
Diffstat (limited to 'Doc/deprecations')
-rw-r--r--Doc/deprecations/pending-removal-in-future.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/deprecations/pending-removal-in-future.rst b/Doc/deprecations/pending-removal-in-future.rst
index 3be0dab..ea7581b 100644
--- a/Doc/deprecations/pending-removal-in-future.rst
+++ b/Doc/deprecations/pending-removal-in-future.rst
@@ -145,10 +145,6 @@ although there is currently no date scheduled for their removal.
* ``splitvalue()``
* ``to_bytes()``
-* :mod:`urllib.request`: :class:`~urllib.request.URLopener` and
- :class:`~urllib.request.FancyURLopener` style of invoking requests is
- deprecated. Use newer :func:`~urllib.request.urlopen` functions and methods.
-
* :mod:`wsgiref`: ``SimpleHandler.stdout.write()`` should not do partial
writes.