summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-05-26 13:54:15 (GMT)
committerGitHub <noreply@github.com>2023-05-26 13:54:15 (GMT)
commit5ab4bc05c459f25c9d1dcb9b20f10bbd7e6eae5e (patch)
treed6f51ba5e12659c321f11d9d75ec0390ed561d6f /Misc/NEWS.d/next/Library
parentafa759fb800be416f69e3e9c9b3efe68006316f5 (diff)
downloadcpython-5ab4bc05c459f25c9d1dcb9b20f10bbd7e6eae5e.zip
cpython-5ab4bc05c459f25c9d1dcb9b20f10bbd7e6eae5e.tar.gz
cpython-5ab4bc05c459f25c9d1dcb9b20f10bbd7e6eae5e.tar.bz2
gh-104804: Remove webbrowser.MacOSX class, deprecated in Python 3.11 (#104816)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2023-05-23-21-25-54.gh-issue-104804.78fiE6.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-23-21-25-54.gh-issue-104804.78fiE6.rst b/Misc/NEWS.d/next/Library/2023-05-23-21-25-54.gh-issue-104804.78fiE6.rst
new file mode 100644
index 0000000..78409cf
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-05-23-21-25-54.gh-issue-104804.78fiE6.rst
@@ -0,0 +1,2 @@
+Remove the untested and undocumented :mod:`webbrowser` :class:`!MacOSX` class, deprecated in Python 3.11.
+Patch by Hugo van Kemenade.