https://github.com/python/cpython/commit/cf4265345f8bc1b02fbd7737993f49a25a4683b1
commit: cf4265345f8bc1b02fbd7737993f49a25a4683b1
branch: 3.13
author: Serhiy Storchaka <[email protected]>
committer: hugovk <[email protected]>
date: 2025-12-14T12:55:15+02:00
summary:

[3.13] gh-142461: Move misplaced NEWS entries to an appropriate section 
(GH-142464) (GH-142688) (#142702)

files:
M Misc/NEWS.d/3.12.0a7.rst
M Misc/NEWS.d/3.12.0b1.rst
M Misc/NEWS.d/3.13.0.rst
M Misc/NEWS.d/3.13.0b1.rst
M Misc/NEWS.d/3.13.0b3.rst
M Misc/NEWS.d/3.13.0rc2.rst
M Misc/NEWS.d/3.13.1.rst
M Misc/NEWS.d/3.13.2.rst
M Misc/NEWS.d/3.13.3.rst
M Misc/NEWS.d/3.13.4.rst

diff --git a/Misc/NEWS.d/3.12.0a7.rst b/Misc/NEWS.d/3.12.0a7.rst
index f48b9ce0550440..8bdc925e38b260 100644
--- a/Misc/NEWS.d/3.12.0a7.rst
+++ b/Misc/NEWS.d/3.12.0a7.rst
@@ -102,7 +102,7 @@ Shrink the number of inline :opcode:`CACHE` entries used by
 .. date: 2023-03-08-08-37-36
 .. gh-issue: 102491
 .. nonce: SFvvsC
-.. section: Core and Builtins
+.. section: Library
 
 Improve import time of ``platform`` by removing IronPython version parsing.
 The IronPython version parsing was not functional (see
@@ -187,7 +187,7 @@ Improve build support for the Xbox. Patch by Max Bachmann.
 .. date: 2023-02-21-23-42-39
 .. gh-issue: 102027
 .. nonce: fQARG0
-.. section: Core and Builtins
+.. section: Library
 
 Fix SSE2 and SSE3 detection in ``_blake2`` internal module. Patch by Max
 Bachmann.
@@ -207,7 +207,7 @@ Deprecate ``co_lnotab`` in code objects, schedule it for 
removal in Python
 .. bpo: 1635741
 .. date: 2020-07-04-09-04-41
 .. nonce: ZsP31Y
-.. section: Core and Builtins
+.. section: Library
 
 Adapt :mod:`!_pickle` to :pep:`687`. Patch by Mohamed Koubaa and Erlend
 Aasland.
diff --git a/Misc/NEWS.d/3.12.0b1.rst b/Misc/NEWS.d/3.12.0b1.rst
index 7126e08a20c7fd..86096c748269a1 100644
--- a/Misc/NEWS.d/3.12.0b1.rst
+++ b/Misc/NEWS.d/3.12.0b1.rst
@@ -44,7 +44,7 @@ response to :cve:`2023-24329`. Patch by Illia Volochii.
 .. date: 2023-05-20-23-08-48
 .. gh-issue: 102856
 .. nonce: Knv9WT
-.. section: Core and Builtins
+.. section: Library
 
 Implement PEP 701 changes in the :mod:`tokenize` module. Patch by Marta
 Gómez Macías and Pablo Galindo Salgado
@@ -322,7 +322,7 @@ ruff.
 .. date: 2023-04-24-14-38-16
 .. gh-issue: 103793
 .. nonce: kqoH6Q
-.. section: Core and Builtins
+.. section: Library
 
 Optimized asyncio Task creation by deferring expensive string formatting
 (task name generation) from Task creation to the first time ``get_name`` is
@@ -461,7 +461,7 @@ unpickled.
 .. date: 2023-04-08-17-13-07
 .. gh-issue: 103242
 .. nonce: ysI1b3
-.. section: Core and Builtins
+.. section: Library
 
 Migrate :meth:`~ssl.SSLContext.set_ecdh_curve` method not to use deprecated
 OpenSSL APIs. Patch by Donghee Na.
@@ -573,7 +573,7 @@ raising an :exc:`IndexError`.
 .. bpo: 31821
 .. date: 2019-12-01-12-58-31
 .. nonce: 1FNmwk
-.. section: Core and Builtins
+.. section: Library
 
 Fix :func:`!pause_reading` to work when called from :func:`!connection_made`
 in :mod:`asyncio`.
diff --git a/Misc/NEWS.d/3.13.0.rst b/Misc/NEWS.d/3.13.0.rst
index b0f43d8f8ab947..6c5c91729b18e7 100644
--- a/Misc/NEWS.d/3.13.0.rst
+++ b/Misc/NEWS.d/3.13.0.rst
@@ -2,7 +2,7 @@
 .. gh-issue: 125008
 .. nonce: ETANpd
 .. release date: 2024-10-07
-.. section: Core and Builtins
+.. section: Library
 
 Fix :func:`tokenize.untokenize` producing invalid syntax for double braces
 preceded by certain escape characters.
diff --git a/Misc/NEWS.d/3.13.0b1.rst b/Misc/NEWS.d/3.13.0b1.rst
index 97731276679ba6..d0eef2d8c11641 100644
--- a/Misc/NEWS.d/3.13.0b1.rst
+++ b/Misc/NEWS.d/3.13.0b1.rst
@@ -60,7 +60,7 @@ for speed.
 .. date: 2024-05-03-18-01-26
 .. gh-issue: 95382
 .. nonce: 73FSEv
-.. section: Core and Builtins
+.. section: Library
 
 Improve performance of :func:`json.dumps` and :func:`json.dump` when using
 the argument *indent*. Depending on the data the encoding using
diff --git a/Misc/NEWS.d/3.13.0b3.rst b/Misc/NEWS.d/3.13.0b3.rst
index 87a178712d0b2a..a055c8724245e6 100644
--- a/Misc/NEWS.d/3.13.0b3.rst
+++ b/Misc/NEWS.d/3.13.0b3.rst
@@ -99,7 +99,7 @@ after exception handlers are moved to the end of the code.
 .. date: 2024-06-12-18-23-15
 .. gh-issue: 120380
 .. nonce: edtqjq
-.. section: Core and Builtins
+.. section: Library
 
 Fix Python implementation of :class:`pickle.Pickler` for :class:`bytes` and
 :class:`bytearray` objects when using protocol version 5. Patch by Bénédikt
diff --git a/Misc/NEWS.d/3.13.0rc2.rst b/Misc/NEWS.d/3.13.0rc2.rst
index efd6615668520c..810d81f33c7043 100644
--- a/Misc/NEWS.d/3.13.0rc2.rst
+++ b/Misc/NEWS.d/3.13.0rc2.rst
@@ -427,7 +427,7 @@ Riggles.
 .. date: 2024-09-06-19-23-44
 .. gh-issue: 120221
 .. nonce: giJEDT
-.. section: Core and Builtins
+.. section: Library
 
 asyncio REPL is now again properly recognizing KeyboardInterrupts. Display
 of exceptions raised in secondary threads is fixed.
diff --git a/Misc/NEWS.d/3.13.1.rst b/Misc/NEWS.d/3.13.1.rst
index 98bea5ae95d994..cb4d5d9176e2fb 100644
--- a/Misc/NEWS.d/3.13.1.rst
+++ b/Misc/NEWS.d/3.13.1.rst
@@ -1560,7 +1560,7 @@ including SerenityOS.
 .. date: 2024-11-09-16-10-22
 .. gh-issue: 126066
 .. nonce: 9zs4m4
-.. section: Core and Builtins
+.. section: Library
 
 Fix :mod:`importlib` to not write an incomplete .pyc files when a ulimit or
 some other operating system mechanism is preventing the write to go through
@@ -1748,7 +1748,7 @@ https://github.com/python/cpython/issues/122950.)
 .. date: 2024-05-12-03-10-36
 .. gh-issue: 118950
 .. nonce: 5Wc4vp
-.. section: Core and Builtins
+.. section: Library
 
 Fix bug where SSLProtocol.connection_lost wasn't getting called when OSError
 was thrown on writing to socket.
@@ -1758,7 +1758,7 @@ was thrown on writing to socket.
 .. date: 2023-12-30-00-21-45
 .. gh-issue: 113570
 .. nonce: _XQgsW
-.. section: Core and Builtins
+.. section: Library
 
 Fixed a bug in ``reprlib.repr`` where it incorrectly called the repr method
 on shadowed Python built-in types.
diff --git a/Misc/NEWS.d/3.13.2.rst b/Misc/NEWS.d/3.13.2.rst
index 21c97c85427e6d..2d8443c6736d50 100644
--- a/Misc/NEWS.d/3.13.2.rst
+++ b/Misc/NEWS.d/3.13.2.rst
@@ -699,7 +699,7 @@ returns :const:`False`. Patch by Bénédikt Tran.
 .. date: 2025-01-28-06-23-59
 .. gh-issue: 129345
 .. nonce: uOjkML
-.. section: Core and Builtins
+.. section: Library
 
 Fix null pointer dereference in :func:`syslog.openlog` when an audit hook
 raises an exception.
diff --git a/Misc/NEWS.d/3.13.3.rst b/Misc/NEWS.d/3.13.3.rst
index a94eec60d96255..665795e8d564f1 100644
--- a/Misc/NEWS.d/3.13.3.rst
+++ b/Misc/NEWS.d/3.13.3.rst
@@ -856,7 +856,7 @@ Pablo Galindo
 .. date: 2025-02-11-20-38-37
 .. gh-issue: 129983
 .. nonce: _1Fujo
-.. section: Core and Builtins
+.. section: Library
 
 Fix data race in compile_template in :file:`sre.c`.
 
diff --git a/Misc/NEWS.d/3.13.4.rst b/Misc/NEWS.d/3.13.4.rst
index de62e7f8009c3b..9266e254da4a5f 100644
--- a/Misc/NEWS.d/3.13.4.rst
+++ b/Misc/NEWS.d/3.13.4.rst
@@ -655,7 +655,7 @@ docstring to the official docs.
 .. date: 2025-05-30-15-56-19
 .. gh-issue: 134908
 .. nonce: 3a7PxM
-.. section: Core and Builtins
+.. section: Library
 
 Fix crash when iterating over lines in a text file on the :term:`free
 threaded <free threading>` build.
@@ -675,7 +675,7 @@ behavior of list comprehensions in line with other forms of 
iteration
 .. date: 2025-05-22-14-48-19
 .. gh-issue: 134381
 .. nonce: 2BXhth
-.. section: Core and Builtins
+.. section: Library
 
 Fix :exc:`RuntimeError` when using a not-started :class:`threading.Thread`
 after calling :func:`os.fork`

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to