Skip to content

Commit a9701f6

Browse files
vstinneraisk
authored andcommitted
Move What's New In Python 3.12 entries to the right section (python#112447)
Jython and ctypes removals are unrelated to C API Removals.
1 parent 42638c4 commit a9701f6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,6 +1773,14 @@ Others
17731773
(*ssl_context* in :mod:`imaplib`) instead.
17741774
(Contributed by Victor Stinner in :gh:`94172`.)
17751775

1776+
* Remove ``Jython`` compatibility hacks from several stdlib modules and tests.
1777+
(Contributed by Nikita Sobolev in :gh:`99482`.)
1778+
1779+
* Remove ``_use_broken_old_ctypes_structure_semantics_`` flag
1780+
from :mod:`ctypes` module.
1781+
(Contributed by Nikita Sobolev in :gh:`99285`.)
1782+
1783+
17761784
.. _whatsnew312-porting-to-python312:
17771785

17781786
Porting to Python 3.12
@@ -2424,10 +2432,3 @@ Removed
24242432

24252433
* Remove the ``PyUnicode_InternImmortal()`` function macro.
24262434
(Contributed by Victor Stinner in :gh:`85858`.)
2427-
2428-
* Remove ``Jython`` compatibility hacks from several stdlib modules and tests.
2429-
(Contributed by Nikita Sobolev in :gh:`99482`.)
2430-
2431-
* Remove ``_use_broken_old_ctypes_structure_semantics_`` flag
2432-
from :mod:`ctypes` module.
2433-
(Contributed by Nikita Sobolev in :gh:`99285`.)

0 commit comments

Comments
 (0)