]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44113: Move the What's New entry to Deprecate section (GH-28974)
authorVictor Stinner <vstinner@python.org>
Fri, 15 Oct 2021 11:43:44 +0000 (13:43 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Oct 2021 11:43:44 +0000 (13:43 +0200)
Doc/whatsnew/3.11.rst

index 994fb843fd3777ce653a3e8cb473ea7f0197d7fa..8a3deaa0f6305a0ab617a252c75ae44272db71b2 100644 (file)
@@ -583,13 +583,6 @@ Porting to Python 3.11
 Deprecated
 ----------
 
-Removed
--------
-
-* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been
-  removed.
-  (Contributed by Mark Shannon in :issue:`40222`.)
-
 * Deprecate the following functions to configure the Python initialization:
 
   * :c:func:`PySys_AddWarnOptionUnicode`
@@ -606,6 +599,13 @@ Removed
   <init-config>` instead (:pep:`587`).
   (Contributed by Victor Stinner in :issue:`44113`.)
 
+Removed
+-------
+
+* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been
+  removed.
+  (Contributed by Mark Shannon in :issue:`40222`.)
+
 * Remove the following math macros using the ``errno`` variable:
 
   * ``Py_ADJUST_ERANGE1()``