]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143392...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Jan 2026 13:07:31 +0000 (14:07 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Jan 2026 13:07:31 +0000 (13:07 +0000)
(cherry picked from commit 72bacb0cd0882bce6bd7e9e2e4e9c112d70213e7)

Co-authored-by: Aniket <148300120+Aniketsy@users.noreply.github.com>
Misc/NEWS.d/3.12.0a1.rst
Misc/NEWS.d/3.12.0a2.rst
Misc/NEWS.d/3.12.0a3.rst
Misc/NEWS.d/3.12.0a4.rst
Misc/NEWS.d/3.12.0a5.rst
Misc/NEWS.d/3.12.0a7.rst
Misc/NEWS.d/3.12.0b1.rst
Misc/NEWS.d/3.13.0a5.rst
Misc/NEWS.d/3.13.0a6.rst
Misc/NEWS.d/3.13.0b1.rst

index 0da7cdde1b2535ec893a5e14952ded6f4592a6a8..c977022d87fc9580948b72a3a625f45b85f6b9e8 100644 (file)
@@ -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``.
 
index 20e27c0d92f05f269cc846a15c4fc24a4d8b65cc..9c73ae95d10a4c65268a4236ef066f4d9222a1fa 100644 (file)
@@ -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.
index 04a2bf9fb916b7092c2732d2daf67a621a8d32a5..d2c717afcb6e8d8427e47fa9ae920257585fccc7 100644 (file)
@@ -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.
index 57fb2052764b6f2772e992f7b25b19713581b02b..1fdebf54da9cdc9272f729456b81be39466cc2ca 100644 (file)
@@ -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`
 
index 5dc443bb55b617b759792b128d695e3a01496f07..fb0f4b22c6b09154127950ccde23a9e43a21123a 100644 (file)
@@ -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
index f48b9ce0550440f2f4f289ed84f345198ee4350e..e0c079c5def9712132dda42007eab11c3dcfb154 100644 (file)
@@ -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.
index 3a3870ac9fe6210c0560c068c5168a93f45d2033..aa4a32b4e779384a0051f12660139e79cb48dd36 100644 (file)
@@ -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`.
index 19ba16bc8c83d5d3cd2abe968c8593fefdbf4f81..6f8c82e5af3d75dfe17fe68a577f7005338fa089 100644 (file)
@@ -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.
index ad6622d23bf36b5d87108a1e4e3410921bf7d259..b97973fad020af7cc40a5b1c29c09aff16f9455e 100644 (file)
@@ -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`.
 
index 97731276679ba61035b62b97dbbf641718945a28..d0eef2d8c11641ad881c6fd9fd72e0f514eaeb22 100644 (file)
@@ -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