diff options
author | Barney Gale <barney.gale@gmail.com> | 2024-11-19 14:01:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 14:01:49 (GMT) |
commit | 4d771977b17e5ffaa9c2e8a2e6f5d393f68fc63c (patch) | |
tree | 0bedd1382fcf31e644dcaf66bf5be0c3dcce9c1d /Doc/deprecations | |
parent | a99dd23c1f5b9254651d9895714596d5e7942389 (diff) | |
download | cpython-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.rst | 4 |
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. |