From a7f8dfd25a167ccfde9996c499fa38a2aba60022 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 15 Oct 2021 13:43:44 +0200 Subject: bpo-44113: Move the What's New entry to Deprecate section (GH-28974) --- Doc/whatsnew/3.11.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 994fb84..8a3deaa 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -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 ` 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()`` -- cgit v0.12