diff options
author | Victor Stinner <vstinner@python.org> | 2023-11-27 11:55:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 11:55:52 (GMT) |
commit | d44ee42cd7c9a40e1d7096b95476fe47156f571f (patch) | |
tree | ffb5ed4bd36b3ce9896001d8b451b11451b54503 /Doc/whatsnew/3.12.rst | |
parent | 7ac49e74c3db35365968cd2cbd395cf063d2050d (diff) | |
download | cpython-d44ee42cd7c9a40e1d7096b95476fe47156f571f.zip cpython-d44ee42cd7c9a40e1d7096b95476fe47156f571f.tar.gz cpython-d44ee42cd7c9a40e1d7096b95476fe47156f571f.tar.bz2 |
Move What's New In Python 3.12 entries to the right section (#112447)
Jython and ctypes removals are unrelated to C API Removals.
Diffstat (limited to 'Doc/whatsnew/3.12.rst')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 8b7a043..a4b3a6d 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -1773,6 +1773,14 @@ Others (*ssl_context* in :mod:`imaplib`) instead. (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: Porting to Python 3.12 @@ -2424,10 +2432,3 @@ Removed * Remove the ``PyUnicode_InternImmortal()`` function macro. (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`.) |