diff options
author | Oleg Iarygin <oleg@arhadthedev.net> | 2023-02-07 14:54:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 14:54:47 (GMT) |
commit | a687ae9eb5c0aea06c52de1e426904b79f767f4e (patch) | |
tree | 79acdd20195f44331067a0ff3912d10152a30782 | |
parent | a757d721271974c45e2feacef739af4e86ec7350 (diff) | |
download | cpython-a687ae9eb5c0aea06c52de1e426904b79f767f4e.zip cpython-a687ae9eb5c0aea06c52de1e426904b79f767f4e.tar.gz cpython-a687ae9eb5c0aea06c52de1e426904b79f767f4e.tar.bz2 |
Fix nesting of 'Pending Removal in Python 3.14' (#101637)
-rw-r--r-- | Doc/whatsnew/3.12.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 0c5a70b..b723b70 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -479,7 +479,7 @@ APIs: * :class:`webbrowser.MacOSX` (:gh:`86421`) Pending Removal in Python 3.14 -============================== +------------------------------ * Deprecated the following :mod:`importlib.abc` classes, scheduled for removal in Python 3.14: |