[Python-checkins] bpo-44113: Move the What's New entry to Deprecate section (GH-28974)

vstinner webhook-mailer at python.org
Fri Oct 15 07:43:52 EDT 2021


https://github.com/python/cpython/commit/a7f8dfd25a167ccfde9996c499fa38a2aba60022
commit: a7f8dfd25a167ccfde9996c499fa38a2aba60022
branch: main
author: Victor Stinner <vstinner at python.org>
committer: vstinner <vstinner at python.org>
date: 2021-10-15T13:43:44+02:00
summary:

bpo-44113: Move the What's New entry to Deprecate section (GH-28974)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 994fb843fd377..8a3deaa0f6305 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
   <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()``



More information about the Python-checkins mailing list