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 /Misc/NEWS.d/next/Library | |
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 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-10-20-00-56-44.gh-issue-84850.p5TeUB.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-20-00-56-44.gh-issue-84850.p5TeUB.rst b/Misc/NEWS.d/next/Library/2024-10-20-00-56-44.gh-issue-84850.p5TeUB.rst new file mode 100644 index 0000000..c7967e9 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-10-20-00-56-44.gh-issue-84850.p5TeUB.rst @@ -0,0 +1,3 @@ +Remove :class:`!URLopener` and :class:`!FancyURLopener` classes from +:mod:`urllib.request`. They had previously raised :exc:`DeprecationWarning` +since Python 3.3. |