mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
[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 d44ee42cd7
)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
2718947886
commit
a8269628f6
1 changed files with 8 additions and 7 deletions
|
@ -1773,6 +1773,14 @@ Others
|
||||||
(*ssl_context* in :mod:`imaplib`) instead.
|
(*ssl_context* in :mod:`imaplib`) instead.
|
||||||
(Contributed by Victor Stinner in :gh:`94172`.)
|
(Contributed by Victor Stinner in :gh:`94172`.)
|
||||||
|
|
||||||
|
* Remove ``Jython`` compatibility hacks from several stdlib modules and tests.
|
||||||
|
(Contributed by Nikita Sobolev in :gh:`99482`.)
|
||||||
|
|
||||||
|
* Remove ``_use_broken_old_ctypes_structure_semantics_`` flag
|
||||||
|
from :mod:`ctypes` module.
|
||||||
|
(Contributed by Nikita Sobolev in :gh:`99285`.)
|
||||||
|
|
||||||
|
|
||||||
.. _whatsnew312-porting-to-python312:
|
.. _whatsnew312-porting-to-python312:
|
||||||
|
|
||||||
Porting to Python 3.12
|
Porting to Python 3.12
|
||||||
|
@ -2426,10 +2434,3 @@ Removed
|
||||||
|
|
||||||
* Remove the ``PyUnicode_InternImmortal()`` function macro.
|
* Remove the ``PyUnicode_InternImmortal()`` function macro.
|
||||||
(Contributed by Victor Stinner in :gh:`85858`.)
|
(Contributed by Victor Stinner in :gh:`85858`.)
|
||||||
|
|
||||||
* Remove ``Jython`` compatibility hacks from several stdlib modules and tests.
|
|
||||||
(Contributed by Nikita Sobolev in :gh:`99482`.)
|
|
||||||
|
|
||||||
* Remove ``_use_broken_old_ctypes_structure_semantics_`` flag
|
|
||||||
from :mod:`ctypes` module.
|
|
||||||
(Contributed by Nikita Sobolev in :gh:`99285`.)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue