diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-05-26 13:54:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 13:54:15 (GMT) |
commit | 5ab4bc05c459f25c9d1dcb9b20f10bbd7e6eae5e (patch) | |
tree | d6f51ba5e12659c321f11d9d75ec0390ed561d6f /Doc/tools | |
parent | afa759fb800be416f69e3e9c9b3efe68006316f5 (diff) | |
download | cpython-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 'Doc/tools')
-rw-r--r-- | Doc/tools/.nitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index fb29690..2617026 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -229,7 +229,6 @@ Doc/library/urllib.request.rst Doc/library/uuid.rst Doc/library/wave.rst Doc/library/weakref.rst -Doc/library/webbrowser.rst Doc/library/winreg.rst Doc/library/winsound.rst Doc/library/wsgiref.rst |