10000 [3.12] Move What's New In Python 3.12 entries to the right section (G… · python/cpython@a826962 · GitHub
[go: up one dir, main page]

Skip to content

Commit a826962

Browse files
[3.12] Move What's New In Python 3.12 entries to the right section (GH-112447) (#112450)
Move What's New In Python 3.12 entries to the right section (GH-112447) Jython and ctypes removals are unrelated to C API Removals. (cherry picked from commit d44ee42) Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 2718947 commit a826962

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
@@ -2426,10 +2434,3 @@ Removed
24262434

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

0 commit comments

Comments
 (0)
0