Skip to content

Commit 6adc9e5

Browse files
author
Erlend E. Aasland
committed
Move What's New entry from 3.11 to 3.10
1 parent 593a19f commit 6adc9e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,6 +2073,11 @@ Porting to Python 3.10
20732073
limited API. The function is mainly useful for custom builds of Python.
20742074
(Contributed by Petr Viktorin in :issue:`26241`)
20752075
2076+
* Types with the :const:`Py_TPFLAGS_IMMUTABLETYPE` flag can now implement the
2077+
:pep:`590` vectorcall protocol. Previously, this was only available for
2078+
:ref:`static types <static-types>`.
2079+
(Contributed by Erlend E. Aasland in :issue:`43908`)
2080+
20762081
Deprecated
20772082
----------
20782083

Doc/whatsnew/3.11.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@ Porting to Python 3.11
211211
(:c:member:`PyTypeObject.tp_traverse`).
212212
(Contributed by Victor Stinner in :issue:`44263`.)
213213

214-
* Types with the :const:`Py_TPFLAGS_IMMUTABLETYPE` flag set can now implement
215-
the :pep:`590` vectorcall protocol. Previously, this was only available for
216-
:ref:`static types <static-types>`.
217-
(Contributed by Erlend E. Aasland in :issue:`43908`)
218-
219214
Deprecated
220215
----------
221216

0 commit comments

Comments
 (0)