summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-11-27 12:02:16 (GMT)
committerGitHub <noreply@github.com>2023-11-27 12:02:16 (GMT)
commita8269628f61399982c70bcd08a926c9fca75c94e (patch)
tree066dccceb5e392b70b6eb3a7b8bd4ba22a524285
parent27189478864c8cedb36ca667157912b7ffffd1aa (diff)
downloadcpython-a8269628f61399982c70bcd08a926c9fca75c94e.zip
cpython-a8269628f61399982c70bcd08a926c9fca75c94e.tar.gz
cpython-a8269628f61399982c70bcd08a926c9fca75c94e.tar.bz2
[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 d44ee42cd7c9a40e1d7096b95476fe47156f571f) Co-authored-by: Victor Stinner <vstinner@python.org>
-rw-r--r--Doc/whatsnew/3.12.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index a046a8d..845d998 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
@@ -2426,10 +2434,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`.)