summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
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 /Misc/NEWS.d/next/Library
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 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2024-10-20-00-56-44.gh-issue-84850.p5TeUB.rst3
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.