bpo-44113: Move the What's New entry to Deprecate section (GH-28974) · python/cpython@a7f8dfd

Original file line numberDiff line numberDiff line change

@@ -583,13 +583,6 @@ Porting to Python 3.11

583583

Deprecated

584584

----------

585585
586-

Removed

587-

-------

588-
589-

* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been

590-

removed.

591-

(Contributed by Mark Shannon in :issue:`40222`.)

592-
593586

* Deprecate the following functions to configure the Python initialization:

594587
595588

* :c:func:`PySys_AddWarnOptionUnicode`

@@ -606,6 +599,13 @@ Removed

606599

<init-config>` instead (:pep:`587`).

607600

(Contributed by Victor Stinner in :issue:`44113`.)

608601
602+

Removed

603+

-------

604+
605+

* :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been

606+

removed.

607+

(Contributed by Mark Shannon in :issue:`40222`.)

608+
609609

* Remove the following math macros using the ``errno`` variable:

610610
611611

* ``Py_ADJUST_ERANGE1()``