https://github.com/python/cpython/commit/72bacb0cd0882bce6bd7e9e2e4e9c112d70213e7
commit: 72bacb0cd0882bce6bd7e9e2e4e9c112d70213e7
branch: main
author: Aniket <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2026-01-19T14:59:26+02:00
summary:

gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392)

files:
M Misc/NEWS.d/3.12.0a1.rst
M Misc/NEWS.d/3.12.0a2.rst
M Misc/NEWS.d/3.12.0a3.rst
M Misc/NEWS.d/3.12.0a4.rst
M Misc/NEWS.d/3.12.0a5.rst
M Misc/NEWS.d/3.12.0a7.rst
M Misc/NEWS.d/3.12.0b1.rst
M Misc/NEWS.d/3.13.0a5.rst
M Misc/NEWS.d/3.13.0a6.rst
M Misc/NEWS.d/3.13.0b1.rst

diff --git a/Misc/NEWS.d/3.12.0a1.rst b/Misc/NEWS.d/3.12.0a1.rst
index 0da7cdde1b2535..c977022d87fc95 100644
--- a/Misc/NEWS.d/3.12.0a1.rst
+++ b/Misc/NEWS.d/3.12.0a1.rst
@@ -160,7 +160,7 @@ to calculate those doing pointer arithmetic.
 .. date: 2022-10-06-15-45-57
 .. gh-issue: 96078
 .. nonce: fS-6mU
-.. section: Core and Builtins
+.. section: Library
 
 :func:`os.sched_yield` now release the GIL while calling sched_yield(2).
 Patch by Donghee Na.
@@ -170,7 +170,7 @@ Patch by Donghee Na.
 .. date: 2022-10-06-14-14-28
 .. gh-issue: 97955
 .. nonce: Nq5VXD
-.. section: Core and Builtins
+.. section: Library
 
 Migrate :mod:`zoneinfo` to Argument Clinic.
 
@@ -361,7 +361,7 @@ branching conditions.
 .. date: 2022-09-19-03-35-01
 .. gh-issue: 96821
 .. nonce: izK6JA
-.. section: Core and Builtins
+.. section: Library
 
 Fix undefined behaviour in ``audioop.c``.
 
@@ -481,7 +481,7 @@ Fix case of undefined behavior in ceval.c
 .. date: 2022-09-08-20-58-10
 .. gh-issue: 64373
 .. nonce: AfCi36
-.. section: Core and Builtins
+.. section: Library
 
 Convert :mod:`!_functools` to argument clinic.
 
@@ -490,7 +490,7 @@ Convert :mod:`!_functools` to argument clinic.
 .. date: 2022-09-07-13-38-37
 .. gh-issue: 96641
 .. nonce: wky0Fc
-.. section: Core and Builtins
+.. section: Library
 
 Do not expose ``KeyWrapper`` in :mod:`!_functools`.
 
@@ -990,7 +990,7 @@ bytecode compiler.
 .. date: 2022-07-20-09-04-55
 .. gh-issue: 95023
 .. nonce: bs-xd7
-.. section: Core and Builtins
+.. section: Library
 
 Implement :func:`os.setns` and  :func:`os.unshare` for Linux. Patch by Noam
 Cohen.
@@ -1021,7 +1021,7 @@ Previously it could cause SystemError or other undesired 
behavior.
 .. date: 2022-07-19-04-34-56
 .. gh-issue: 94996
 .. nonce: dV564A
-.. section: Core and Builtins
+.. section: Library
 
 :func:`ast.parse` will no longer parse function definitions with
 positional-only params when passed ``feature_version`` less than ``(3, 8)``.
@@ -1041,7 +1041,7 @@ Allow jumping within, out of, and across exception 
handlers in the debugger.
 .. date: 2022-07-18-05-10-29
 .. gh-issue: 94949
 .. nonce: OsZ7_s
-.. section: Core and Builtins
+.. section: Library
 
 :func:`ast.parse` will no longer parse parenthesized context managers when
 passed ``feature_version`` less than ``(3, 9)``. Patch by Shantanu Jain.
@@ -1051,7 +1051,7 @@ passed ``feature_version`` less than ``(3, 9)``. Patch by 
Shantanu Jain.
 .. date: 2022-07-18-04-48-34
 .. gh-issue: 94947
 .. nonce: df9gUw
-.. section: Core and Builtins
+.. section: Library
 
 :func:`ast.parse` will no longer parse assignment expressions when passed
 ``feature_version`` less than ``(3, 8)``. Patch by Shantanu Jain.
@@ -1394,7 +1394,7 @@ calls. Previously, the end column could precede the 
column offset.
 .. date: 2022-06-09-19-19-02
 .. gh-issue: 93461
 .. nonce: 5DqP1e
-.. section: Core and Builtins
+.. section: Library
 
 :func:`importlib.invalidate_caches` now drops entries from
 :data:`sys.path_importer_cache` with a relative path as name. This solves a
@@ -1729,7 +1729,7 @@ tracing functions implemented in C.
 .. date: 2022-05-11-09-16-54
 .. gh-issue: 91102
 .. nonce: lenv9h
-.. section: Core and Builtins
+.. section: Library
 
 :meth:`!_warnings.warn_explicit` is ported to Argument Clinic.
 
@@ -1759,7 +1759,7 @@ no longer does anything.
 .. date: 2022-05-03-20-12-18
 .. gh-issue: 92261
 .. nonce: aigLnb
-.. section: Core and Builtins
+.. section: Library
 
 Fix hang when trying to iterate over a ``typing.Union``.
 
diff --git a/Misc/NEWS.d/3.12.0a2.rst b/Misc/NEWS.d/3.12.0a2.rst
index 20e27c0d92f05f..9c73ae95d10a4c 100644
--- a/Misc/NEWS.d/3.12.0a2.rst
+++ b/Misc/NEWS.d/3.12.0a2.rst
@@ -333,7 +333,7 @@ aware of this shim frame and the changes to the semantics of
 .. date: 2022-10-19-01-01-08
 .. gh-issue: 98415
 .. nonce: ZS2eWh
-.. section: Core and Builtins
+.. section: Build
 
 Fix detection of MAC addresses for :mod:`uuid` on certain OSs. Patch by
 Chaim Sanders
@@ -405,7 +405,7 @@ Expose :const:`~socket.ETH_P_ALL` and some of the 
:ref:`ETHERTYPE_* constants
 .. date: 2022-06-10-16-37-44
 .. gh-issue: 93696
 .. nonce: 65BI2R
-.. section: Core and Builtins
+.. section: Library
 
 Allow :mod:`pdb` to locate source for frozen modules in the standard
 library.
diff --git a/Misc/NEWS.d/3.12.0a3.rst b/Misc/NEWS.d/3.12.0a3.rst
index 04a2bf9fb916b7..d2c717afcb6e8d 100644
--- a/Misc/NEWS.d/3.12.0a3.rst
+++ b/Misc/NEWS.d/3.12.0a3.rst
@@ -100,7 +100,7 @@ Fix bug where an :exc:`ExceptionGroup` subclass can wrap a
 .. date: 2022-11-16-21-35-30
 .. gh-issue: 99547
 .. nonce: p_c_bp
-.. section: Core and Builtins
+.. section: Library
 
 Add a function to os.path to check if a path is a junction: isjunction. Add
 similar functionality to pathlib.Path as is_junction.
@@ -110,7 +110,7 @@ similar functionality to pathlib.Path as is_junction.
 .. date: 2022-11-12-01-39-57
 .. gh-issue: 99370
 .. nonce: _cu32j
-.. section: Core and Builtins
+.. section: Library
 
 Fix zip path for venv created from a non-installed python on POSIX
 platforms.
diff --git a/Misc/NEWS.d/3.12.0a4.rst b/Misc/NEWS.d/3.12.0a4.rst
index 57fb2052764b6f..1fdebf54da9cdc 100644
--- a/Misc/NEWS.d/3.12.0a4.rst
+++ b/Misc/NEWS.d/3.12.0a4.rst
@@ -125,7 +125,7 @@ Improve the accuracy of ``sum()`` with compensated 
summation.
 .. date: 2022-12-20-16-14-19
 .. gh-issue: 100374
 .. nonce: YRrVHT
-.. section: Core and Builtins
+.. section: Library
 
 Fix incorrect result and delay in :func:`socket.getfqdn`. Patch by Dominic
 Socular.
@@ -315,7 +315,7 @@ Improve performance of ``list.pop`` for small lists.
 .. date: 2022-06-17-08-00-34
 .. gh-issue: 89051
 .. nonce: yP4Na0
-.. section: Core and Builtins
+.. section: Library
 
 Add :const:`ssl.OP_LEGACY_SERVER_CONNECT`
 
diff --git a/Misc/NEWS.d/3.12.0a5.rst b/Misc/NEWS.d/3.12.0a5.rst
index b73bbfbfdc4819..74801bf1add5d8 100644
--- a/Misc/NEWS.d/3.12.0a5.rst
+++ b/Misc/NEWS.d/3.12.0a5.rst
@@ -181,7 +181,7 @@ regen-all``.
 .. bpo: 32780
 .. date: 2018-02-05-21-54-46
 .. nonce: Dtiz8z
-.. section: Core and Builtins
+.. section: Library
 
 Inter-field padding is now inserted into the PEP3118 format strings obtained
 from :class:`ctypes.Structure` objects, reflecting their true representation
diff --git a/Misc/NEWS.d/3.12.0a7.rst b/Misc/NEWS.d/3.12.0a7.rst
index f48b9ce0550440..e0c079c5def971 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: Build
 
 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 b867a4f623006f..e897bfebd24f2c 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
@@ -312,7 +312,7 @@ Patch by Eric Traut, Larry Hastings, and Jelle Zijlstra.
 .. date: 2023-04-24-21-47-38
 .. gh-issue: 103801
 .. nonce: WaBanq
-.. section: Core and Builtins
+.. section: Library
 
 Adds three minor linting fixes to the wasm module caught that were caught by
 ruff.
@@ -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
@@ -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.0a5.rst b/Misc/NEWS.d/3.13.0a5.rst
index 19ba16bc8c83d5..6f8c82e5af3d75 100644
--- a/Misc/NEWS.d/3.13.0a5.rst
+++ b/Misc/NEWS.d/3.13.0a5.rst
@@ -136,7 +136,7 @@ threads to be interrupted.
 .. date: 2024-02-08-16-01-18
 .. gh-issue: 115154
 .. nonce: ji96FV
-.. section: Core and Builtins
+.. section: Library
 
 Fix a bug that was causing the :func:`tokenize.untokenize` function to
 handle unicode named literals incorrectly. Patch by Pablo Galindo
@@ -156,7 +156,7 @@ Add ability to force alignment of :mod:`ctypes.Structure` 
by way of the new
 .. date: 2023-07-16-15-02-47
 .. gh-issue: 104090
 .. nonce: oMjNa9
-.. section: Core and Builtins
+.. section: Library
 
 The multiprocessing resource tracker now exits with non-zero status code if
 a resource leak was detected. It still exits with status code 0 otherwise.
diff --git a/Misc/NEWS.d/3.13.0a6.rst b/Misc/NEWS.d/3.13.0a6.rst
index ad6622d23bf36b..b97973fad020af 100644
--- a/Misc/NEWS.d/3.13.0a6.rst
+++ b/Misc/NEWS.d/3.13.0a6.rst
@@ -224,7 +224,7 @@ When the collecting space becomes empty, the two spaces are 
swapped.
 .. date: 2023-10-14-00-05-17
 .. gh-issue: 109870
 .. nonce: oKpJ3P
-.. section: Core and Builtins
+.. section: Library
 
 Dataclasses now calls :func:`exec` once per dataclass, instead of once per
 method being added.  This can speed up dataclass creation by up to 20%.
@@ -234,7 +234,7 @@ method being added.  This can speed up dataclass creation 
by up to 20%.
 .. date: 2022-10-05-09-33-48
 .. gh-issue: 97901
 .. nonce: BOLluU
-.. section: Core and Builtins
+.. section: Library
 
 Mime type ``text/rtf`` is now supported by :mod:`mimetypes`.
 
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

_______________________________________________
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