From: Pradyun Gedam Date: Tue, 12 Jul 2022 19:55:32 +0000 (+0100) Subject: Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762) X-Git-Tag: v3.12.0a1~972 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47f50cbab79d3639c59af7f651dfdebba57b08ce;p=thirdparty%2FPython%2Fcpython.git Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762) These headings were at the same level as the "Deprecated" heading, but likely intended to be a subheading within that section. Co-authored-by: Pradyun Gedam --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 85b576c47c02..3de80cf6a68f 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -134,7 +134,7 @@ Deprecated Pending Removal in Python 3.13 -============================== +------------------------------ The following modules and APIs have been deprecated in earlier Python releases, and will be removed in Python 3.13. @@ -172,7 +172,7 @@ APIs: * :class:`webbrowser.MacOSX` (:gh:`86421`) Pending Removal in Future Versions -================================== +---------------------------------- The following APIs were deprecated in earlier Python versions and will be removed, although there is currently no date scheduled for their removal.