[Python-checkins] Fix nesting of 'Pending Removal in Python 3.14' (#101637)

hugovk webhook-mailer at python.org
Tue Feb 7 09:54:53 EST 2023


https://github.com/python/cpython/commit/a687ae9eb5c0aea06c52de1e426904b79f767f4e
commit: a687ae9eb5c0aea06c52de1e426904b79f767f4e
branch: main
author: Oleg Iarygin <oleg at arhadthedev.net>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-02-07T16:54:47+02:00
summary:

Fix nesting of 'Pending Removal in Python 3.14' (#101637)

files:
M Doc/whatsnew/3.12.rst

diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 0c5a70b64574..b723b70154f0 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:



More information about the Python-checkins mailing list