https://github.com/python/cpython/commit/0612f5b8821727bc271a097a76ebb561556e8d69
commit: 0612f5b8821727bc271a097a76ebb561556e8d69
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2026-01-12T18:20:22Z
summary:

[3.13] gh-142461: Move misplaced NEWS entries to an appropriate section 
(GH-143411) (GH-143745)

(cherry picked from commit 3d44f0ab65221d8704d9298712a5114cba3aeea9)

Co-authored-by: Aniket <[email protected]>

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

diff --git a/Misc/NEWS.d/3.10.0a1.rst b/Misc/NEWS.d/3.10.0a1.rst
index 473e7c7ac0f574..349a7855e41c00 100644
--- a/Misc/NEWS.d/3.10.0a1.rst
+++ b/Misc/NEWS.d/3.10.0a1.rst
@@ -95,7 +95,7 @@ convention. Patch by Donghee Na.
 .. bpo: 1635741
 .. date: 2020-09-26-14-43-30
 .. nonce: aJS9B3
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`!_bisect` module to the multi-phase initialization API
 (:pep:`489`).
@@ -126,7 +126,7 @@ Taskaya.
 .. bpo: 1635741
 .. date: 2020-09-12-18-34-34
 .. nonce: lh335O
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`!_lsprof` extension module to multi-phase initialization
 (:pep:`489`).
@@ -136,7 +136,7 @@ Port the :mod:`!_lsprof` extension module to multi-phase 
initialization
 .. bpo: 1635741
 .. date: 2020-09-08-21-58-47
 .. nonce: vdjSLH
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`cmath` extension module to multi-phase initialization
 (:pep:`489`).
@@ -146,7 +146,7 @@ Port the :mod:`cmath` extension module to multi-phase 
initialization
 .. bpo: 1635741
 .. date: 2020-09-08-20-39-43
 .. nonce: jiXmyT
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`!_scproxy` extension module to multi-phase initialization
 (:pep:`489`).
@@ -156,7 +156,7 @@ Port the :mod:`!_scproxy` extension module to multi-phase 
initialization
 .. bpo: 1635741
 .. date: 2020-09-07-11-35-02
 .. nonce: rvIexb
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`termios` extension module to multi-phase initialization
 (:pep:`489`).
@@ -166,7 +166,7 @@ Port the :mod:`termios` extension module to multi-phase 
initialization
 .. bpo: 1635741
 .. date: 2020-09-07-09-45-47
 .. nonce: QuDIut
-.. section: Core and Builtins
+.. section: Library
 
 Convert the :mod:`!_sha256` extension module types to heap types.
 
@@ -185,7 +185,7 @@ classes with a huge amount of arguments. Patch by Pablo 
Galindo.
 .. bpo: 1635741
 .. date: 2020-09-01-17-22-35
 .. nonce: CnRME3
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`!_overlapped` extension module to multi-phase initialization
 (:pep:`489`).
@@ -195,7 +195,7 @@ Port the :mod:`!_overlapped` extension module to 
multi-phase initialization
 .. bpo: 1635741
 .. date: 2020-09-01-17-08-07
 .. nonce: X9CZgo
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`!_curses_panel` extension module to multi-phase initialization
 (:pep:`489`).
@@ -205,7 +205,7 @@ Port the :mod:`!_curses_panel` extension module to 
multi-phase initialization
 .. bpo: 1635741
 .. date: 2020-09-01-17-06-02
 .. nonce: 5jZymK
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`!_opcode` extension module to multi-phase initialization
 (:pep:`489`).
@@ -225,7 +225,7 @@ format string in f-string and :meth:`str.format`.
 .. bpo: 41675
 .. date: 2020-08-31-14-53-17
 .. nonce: VSoqWU
-.. section: Core and Builtins
+.. section: Library
 
 The implementation of :func:`signal.siginterrupt` now uses
 :c:func:`!sigaction` (if it is available in the system) instead of the
@@ -257,7 +257,7 @@ Fix a crash that occurred when destroying subclasses of
 .. bpo: 1635741
 .. date: 2020-08-28-20-54-04
 .. nonce: 7ijlcI
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`zlib` extension module to multi-phase initialization
 (:pep:`489`).
@@ -280,7 +280,7 @@ initialized ``_ast`` module.
 .. bpo: 40077
 .. date: 2020-08-25-22-43-33
 .. nonce: vcxSUa
-.. section: Core and Builtins
+.. section: Library
 
 Convert :mod:`!_operator` to use :c:func:`PyType_FromSpec`.
 
@@ -298,7 +298,7 @@ Port :mod:`!_sha3` to multi-phase init.  Convert static 
types to heap types.
 .. bpo: 1635741
 .. date: 2020-08-13-07-18-05
 .. nonce: FC13e7
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`!_blake2` extension module to the multi-phase initialization
 API (:pep:`489`).
@@ -337,7 +337,7 @@ The output of ``python --help`` contains now only ASCII 
characters.
 .. bpo: 1635741
 .. date: 2020-08-10-16-11-32
 .. nonce: O0d3ym
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`!_sha1`, :mod:`!_sha512`, and :mod:`!_md5` extension modules to
 multi-phase initialization API (:pep:`489`).
@@ -454,7 +454,7 @@ Port :mod:`multiprocessing` to multi-phase initialization
 .. bpo: 1635741
 .. date: 2020-07-06-20-43-19
 .. nonce: LYhsni
-.. section: Core and Builtins
+.. section: Library
 
 Port :mod:`winapi` to multiphase initialization
 
@@ -486,7 +486,7 @@ will tagged as so.
 .. bpo: 1635741
 .. date: 2020-07-03-23-10-02
 .. nonce: F5coWe
-.. section: Core and Builtins
+.. section: Library
 
 Port :mod:`faulthandler` to multiphase initialization.
 
@@ -495,7 +495,7 @@ Port :mod:`faulthandler` to multiphase initialization.
 .. bpo: 1635741
 .. date: 2020-07-01-20-17-38
 .. nonce: -AtPYu
-.. section: Core and Builtins
+.. section: Library
 
 Port :mod:`sha256` to multiphase initialization
 
@@ -634,7 +634,7 @@ Remove the remaining files from the old parser and the 
:mod:`symbol` module.
 .. bpo: 40077
 .. date: 2020-06-18-19-04-30
 .. nonce: _yI-ax
-.. section: Core and Builtins
+.. section: Library
 
 Convert :mod:`!_bz2` to use :c:func:`PyType_FromSpec`.
 
@@ -712,7 +712,7 @@ Fix refleak in _Py_fopen_obj() when PySys_Audit() fails
 .. bpo: 40950
 .. date: 2020-06-12-00-12-28
 .. nonce: tzMy7m
-.. section: Core and Builtins
+.. section: Library
 
 Add a state to the :mod:`!nis` module (:pep:`3121`) and apply the multiphase
 initialization. Patch by Donghee Na.
@@ -999,7 +999,7 @@ Improve performance of generators by not raising internal 
StopIteration.
 .. bpo: 1635741
 .. date: 2020-04-10-23-54-57
 .. nonce: ZURqoN
-.. section: Core and Builtins
+.. section: Library
 
 Port :mod:`mmap` to multiphase initialization.
 
@@ -1008,7 +1008,7 @@ Port :mod:`mmap` to multiphase initialization.
 .. bpo: 1635741
 .. date: 2020-04-05-02-35-08
 .. nonce: Kfe9fT
-.. section: Core and Builtins
+.. section: Library
 
 Port :mod:`!_lzma` to multiphase initialization.
 
@@ -1040,7 +1040,7 @@ representation of an integer. Patch by Niklas Fiekas.
 .. bpo: 36982
 .. date: 2019-05-25-05-27-39
 .. nonce: 0UHgfB
-.. section: Core and Builtins
+.. section: Library
 
 Use ncurses extended color functions when available to support terminals
 with 256 colors, and add the new function
diff --git a/Misc/NEWS.d/3.10.0a2.rst b/Misc/NEWS.d/3.10.0a2.rst
index 3e82de9ef266d6..bae62d93759e2d 100644
--- a/Misc/NEWS.d/3.10.0a2.rst
+++ b/Misc/NEWS.d/3.10.0a2.rst
@@ -212,7 +212,7 @@ Micro optimization for range.index if step is 1. Patch by 
Donghee Na.
 .. bpo: 41435
 .. date: 2020-08-07-13-42-48
 .. nonce: qPWjJA
-.. section: Core and Builtins
+.. section: Library
 
 Add ``sys._current_exceptions()`` function to retrieve a dictionary mapping
 each thread's identifier to the topmost exception currently active in that
diff --git a/Misc/NEWS.d/3.10.0a3.rst b/Misc/NEWS.d/3.10.0a3.rst
index 33c3e14b7a4bcf..45c4d876140821 100644
--- a/Misc/NEWS.d/3.10.0a3.rst
+++ b/Misc/NEWS.d/3.10.0a3.rst
@@ -89,7 +89,7 @@ non-buffer object.
 .. bpo: 1635741
 .. date: 2020-11-18-23-46-31
 .. nonce: GVOQ-m
-.. section: Core and Builtins
+.. section: Library
 
 Port the ``_warnings`` extension module to the multi-phase initialization
 API (:pep:`489`). Patch by Victor Stinner.
@@ -204,7 +204,7 @@ Pablo Galindo.
 .. bpo: 40077
 .. date: 2020-11-03-21-58-27
 .. nonce: a9qM1j
-.. section: Core and Builtins
+.. section: Library
 
 Convert :mod:`queue` to use heap types.
 
@@ -223,7 +223,7 @@ objects. See PEP 626 for details.
 .. bpo: 40077
 .. date: 2020-11-02-14-39-48
 .. nonce: grY9TG
-.. section: Core and Builtins
+.. section: Library
 
 Convert :mod:`mmap` to use heap types.
 
diff --git a/Misc/NEWS.d/3.10.0a4.rst b/Misc/NEWS.d/3.10.0a4.rst
index 19f0db9a6be5e9..cd419dfaaee2e8 100644
--- a/Misc/NEWS.d/3.10.0a4.rst
+++ b/Misc/NEWS.d/3.10.0a4.rst
@@ -102,7 +102,7 @@ blocks
 .. bpo: 42639
 .. date: 2020-12-09-01-55-10
 .. nonce: 5pI5HG
-.. section: Core and Builtins
+.. section: Library
 
 Make the :mod:`atexit` module state per-interpreter. It is now safe have
 more than one :mod:`atexit` module instance. Patch by Donghee Na and Victor
@@ -124,7 +124,7 @@ the filename.
 .. bpo: 42195
 .. date: 2020-11-20-00-57-47
 .. nonce: HeqcpS
-.. section: Core and Builtins
+.. section: Library
 
 The ``__args__`` of the parameterized generics for :data:`typing.Callable`
 and :class:`collections.abc.Callable` are now consistent.  The ``__args__``
@@ -143,7 +143,7 @@ Ken Jin.
 .. bpo: 40137
 .. date: 2020-11-19-23-12-57
 .. nonce: bihl9O
-.. section: Core and Builtins
+.. section: Library
 
 Convert functools module to use :c:func:`PyType_FromModuleAndSpec`.
 
@@ -152,7 +152,7 @@ Convert functools module to use 
:c:func:`PyType_FromModuleAndSpec`.
 .. bpo: 40077
 .. date: 2020-11-03-13-46-10
 .. nonce: NfAIdj
-.. section: Core and Builtins
+.. section: Library
 
 Convert :mod:`array` to use heap types, and establish module state for
 these.
@@ -162,7 +162,7 @@ these.
 .. bpo: 42008
 .. date: 2020-10-12-14-51-59
 .. nonce: ijWw2I
-.. section: Core and Builtins
+.. section: Library
 
 Fix _random.Random() seeding.
 
@@ -171,7 +171,7 @@ Fix _random.Random() seeding.
 .. bpo: 1635741
 .. date: 2020-09-12-19-21-52
 .. nonce: F2kDrU
-.. section: Core and Builtins
+.. section: Library
 
 Port the :mod:`pyexpat` extension module to multi-phase initialization
 (:pep:`489`).
diff --git a/Misc/NEWS.d/3.10.0a5.rst b/Misc/NEWS.d/3.10.0a5.rst
index a85ea1ff1c2817..6ac0acc0b800a5 100644
--- a/Misc/NEWS.d/3.10.0a5.rst
+++ b/Misc/NEWS.d/3.10.0a5.rst
@@ -136,7 +136,7 @@ frame.f_lineno is correct even if frame.f_trace is set to 
True
 .. bpo: 37324
 .. date: 2020-12-12-20-09-12
 .. nonce: jB-9_U
-.. section: Core and Builtins
+.. section: Library
 
 Remove deprecated aliases to :ref:`collections-abstract-base-classes` from
 the :mod:`collections` module.
diff --git a/Misc/NEWS.d/3.10.0a6.rst b/Misc/NEWS.d/3.10.0a6.rst
index 31b7df2c61158e..ec5b868708ba0b 100644
--- a/Misc/NEWS.d/3.10.0a6.rst
+++ b/Misc/NEWS.d/3.10.0a6.rst
@@ -88,7 +88,7 @@ Patch by Pablo Galindo.
 .. bpo: 42819
 .. date: 2021-01-04-23-54-34
 .. nonce: 4KO6wU
-.. section: Core and Builtins
+.. section: Library
 
 :mod:`readline`: Explicitly disable bracketed paste in the interactive
 interpreter, even if it's set in the inputrc, is enabled by default (eg GNU
@@ -144,7 +144,7 @@ Implement :pep:`634` (structural pattern matching). Patch 
by Brandt Bucher.
 .. bpo: 40692
 .. date: 2020-05-19-22-10-05
 .. nonce: ajEhrR
-.. section: Core and Builtins
+.. section: Library
 
 In the :class:`concurrent.futures.ProcessPoolExecutor`, validate that
 :func:`multiprocess.synchronize` is available on a given platform and rely
diff --git a/Misc/NEWS.d/3.10.0a7.rst b/Misc/NEWS.d/3.10.0a7.rst
index d866e805fd3a7e..33e5e073202efc 100644
--- a/Misc/NEWS.d/3.10.0a7.rst
+++ b/Misc/NEWS.d/3.10.0a7.rst
@@ -81,7 +81,7 @@ instruction dispatch a bit.
 .. bpo: 40645
 .. date: 2021-03-29-11-55-06
 .. nonce: PhaT-B
-.. section: Core and Builtins
+.. section: Library
 
 Fix reference leak in the :mod:`!_hashopenssl` extension. Patch by Pablo
 Galindo.
diff --git a/Misc/NEWS.d/3.10.0b1.rst b/Misc/NEWS.d/3.10.0b1.rst
index 5bc78b9007afa8..adae971d4002d1 100644
--- a/Misc/NEWS.d/3.10.0b1.rst
+++ b/Misc/NEWS.d/3.10.0b1.rst
@@ -202,7 +202,7 @@ line number tables more robust in some circumstances.
 .. bpo: 43908
 .. date: 2021-04-26-21-20-41
 .. nonce: 2L51nO
-.. section: Core and Builtins
+.. section: Library
 
 Make :mod:`re` types immutable. Patch by Erlend E. Aasland.
 
@@ -211,7 +211,7 @@ Make :mod:`re` types immutable. Patch by Erlend E. Aasland.
 .. bpo: 43908
 .. date: 2021-04-26-20-59-17
 .. nonce: -COW4-
-.. section: Core and Builtins
+.. section: Library
 
 Make the :class:`array.array` type immutable. Patch by Erlend E. Aasland.
 
@@ -442,7 +442,7 @@ coroutine.
 .. bpo: 43105
 .. date: 2021-03-31-20-35-11
 .. nonce: PBVmHm
-.. section: Core and Builtins
+.. section: Library
 
 Importlib now resolves relative paths when creating module spec objects from
 file locations.
diff --git a/Misc/NEWS.d/3.11.0a1.rst b/Misc/NEWS.d/3.11.0a1.rst
index ab998ca73abf40..af77a79823ea2c 100644
--- a/Misc/NEWS.d/3.11.0a1.rst
+++ b/Misc/NEWS.d/3.11.0a1.rst
@@ -127,7 +127,7 @@ default value of ``1`` for the ``length`` argument.
 .. bpo: 44219
 .. date: 2021-09-09-10-32-33
 .. nonce: WiYyjz
-.. section: Core and Builtins
+.. section: Library
 
 Release the GIL while performing ``isatty`` system calls on arbitrary file
 descriptors. In particular, this affects :func:`os.isatty`,
@@ -149,7 +149,7 @@ Added fallback to extension modules with '.sl' suffix on 
HP-UX
 .. bpo: 45121
 .. date: 2021-09-07-17-10-16
 .. nonce: iG-Hsf
-.. section: Core and Builtins
+.. section: Library
 
 Fix issue where ``Protocol.__init__`` raises ``RecursionError`` when it's
 called directly or via ``super()``. Patch provided by Yurii Karabas.
@@ -269,7 +269,7 @@ it's running out of the source tree).
 .. bpo: 45012
 .. date: 2021-08-31-11-09-52
 .. nonce: ueeOcx
-.. section: Core and Builtins
+.. section: Library
 
 In :mod:`posix`, release GIL during ``stat()``, ``lstat()``, and
 ``fstatat()`` syscalls made by :func:`os.DirEntry.stat`. Patch by Stanisław
@@ -309,7 +309,7 @@ objects. Patch by Pablo Galindo.
 .. bpo: 44962
 .. date: 2021-08-23-19-55-08
 .. nonce: J00ftt
-.. section: Core and Builtins
+.. section: Library
 
 Fix a race in WeakKeyDictionary, WeakValueDictionary and WeakSet when two
 threads attempt to commit the last pending removal. This fixes
@@ -379,7 +379,7 @@ new instructions:
 .. bpo: 44929
 .. date: 2021-08-16-23-16-17
 .. nonce: qpMEky
-.. section: Core and Builtins
+.. section: Library
 
 Fix some edge cases of ``enum.Flag`` string representation in the REPL.
 Patch by Pablo Galindo.
@@ -728,7 +728,7 @@ Collapse union of equal types. E.g. the result of ``int | 
int`` is now
 .. bpo: 44611
 .. date: 2021-07-16-01-01-11
 .. nonce: LcfHN-
-.. section: Core and Builtins
+.. section: Library
 
 On Windows, :func:`os.urandom`: uses BCryptGenRandom API instead of
 CryptGenRandom API which is deprecated from Microsoft Windows API. Patch by
@@ -840,7 +840,7 @@ from dynload_shlib.c.
 .. bpo: 44490
 .. date: 2021-07-06-22-22-15
 .. nonce: BJxPbZ
-.. section: Core and Builtins
+.. section: Library
 
 :mod:`typing` now searches for type parameters in ``types.Union`` objects.
 ``get_type_hints`` will also properly resolve annotations with nested
@@ -875,7 +875,7 @@ Remove uses of :c:func:`PyObject_GC_Del` in error path when 
initializing
 .. bpo: 41486
 .. date: 2021-07-04-17-41-47
 .. nonce: DiM24a
-.. section: Core and Builtins
+.. section: Library
 
 Fix a memory consumption and copying performance regression in earlier 3.10
 beta releases if someone used an output buffer larger than 4GiB with
@@ -1116,7 +1116,7 @@ Improve tokenizer error with improved locations. Patch by 
Pablo Galindo.
 .. bpo: 44304
 .. date: 2021-06-05-02-34-57
 .. nonce: _MAoPc
-.. section: Core and Builtins
+.. section: Library
 
 Fix a crash in the :mod:`sqlite3` module that happened when the garbage
 collector clears :class:`sqlite.Statement` objects. Patch by Pablo Galindo
diff --git a/Misc/NEWS.d/3.11.0a3.rst b/Misc/NEWS.d/3.11.0a3.rst
index 6a0ae20d1fb5ed..c051074f50a148 100644
--- a/Misc/NEWS.d/3.11.0a3.rst
+++ b/Misc/NEWS.d/3.11.0a3.rst
@@ -133,7 +133,7 @@ additional allocation when the frame object outlives the 
frame activation.
 .. bpo: 45614
 .. date: 2021-11-23-12-06-41
 .. nonce: fIekgI
-.. section: Core and Builtins
+.. section: Library
 
 Fix :mod:`traceback` display for exceptions with invalid module name.
 
diff --git a/Misc/NEWS.d/3.11.0a4.rst b/Misc/NEWS.d/3.11.0a4.rst
index a2d36202045887..df8b3cdda8eeec 100644
--- a/Misc/NEWS.d/3.11.0a4.rst
+++ b/Misc/NEWS.d/3.11.0a4.rst
@@ -119,7 +119,7 @@ perform tracing and optimizer checks.
 .. bpo: 46208
 .. date: 2022-01-04-01-53-35
 .. nonce: i00Vz5
-.. section: Core and Builtins
+.. section: Library
 
 Fix the regression of os.path.normpath("A/../../B") not returning expected
 "../B" but "B".
@@ -178,7 +178,7 @@ sequence of other opcodes.
 .. bpo: 46085
 .. date: 2021-12-30-00-23-41
 .. nonce: bDuJqu
-.. section: Core and Builtins
+.. section: Library
 
 Fix iterator cache mechanism of :class:`OrderedDict`.
 
@@ -344,7 +344,7 @@ themselves before raising exceptions. Patch by Pablo 
Galindo.
 .. bpo: 46000
 .. date: 2021-12-07-11-42-44
 .. nonce: v_ru3k
-.. section: Core and Builtins
+.. section: Library
 
 Improve compatibility of the :mod:`curses` module with NetBSD curses.
 
diff --git a/Misc/NEWS.d/3.11.0a5.rst b/Misc/NEWS.d/3.11.0a5.rst
index 5418d5d59dd583..de03458062b95d 100644
--- a/Misc/NEWS.d/3.11.0a5.rst
+++ b/Misc/NEWS.d/3.11.0a5.rst
@@ -204,7 +204,7 @@ platform when dividing an int by a value smaller than 
``2**30``.
 .. bpo: 46383
 .. date: 2022-01-14-20-55-34
 .. nonce: v8MTl4
-.. section: Core and Builtins
+.. section: Library
 
 Fix invalid signature of ``_zoneinfo``'s ``module_free`` function to resolve
 a crash on wasm32-emscripten platform.
@@ -255,7 +255,7 @@ that are ended by line continuation characters. Patch by 
Pablo Galindo
 .. bpo: 30512
 .. date: 2021-12-12-00-49-19
 .. nonce: nU9E9V
-.. section: Core and Builtins
+.. section: Library
 
 Add CAN Socket support for NetBSD.
 
@@ -264,7 +264,7 @@ Add CAN Socket support for NetBSD.
 .. bpo: 46045
 .. date: 2021-12-11-11-36-48
 .. nonce: sfThay
-.. section: Core and Builtins
+.. section: Build
 
 Do not use POSIX semaphores on NetBSD
 
diff --git a/Misc/NEWS.d/3.11.0a6.rst b/Misc/NEWS.d/3.11.0a6.rst
index e88142e641f040..7fdfa4ebdf2e37 100644
--- a/Misc/NEWS.d/3.11.0a6.rst
+++ b/Misc/NEWS.d/3.11.0a6.rst
@@ -255,7 +255,7 @@ Fix specialization stats gathering for :opcode:`!PRECALL` 
instructions.
 .. bpo: 46794
 .. date: 2022-02-22-12-07-53
 .. nonce: 6WvJ9o
-.. section: Core and Builtins
+.. section: Library
 
 Bump up the libexpat version into 2.4.6
 
@@ -379,7 +379,7 @@ involving lots of brackets. Patch by Pablo Galindo.
 .. bpo: 46323
 .. date: 2022-02-10-02-29-12
 .. nonce: HK_cs0
-.. section: Core and Builtins
+.. section: Library
 
 :mod:`ctypes` now allocates memory on the stack instead of on the heap to
 pass arguments while calling a Python callback function. Patch by Donghee
@@ -429,7 +429,7 @@ now 254.
 .. bpo: 40479
 .. date: 2022-02-06-23-08-30
 .. nonce: zED3Zu
-.. section: Core and Builtins
+.. section: Library
 
 Add a missing call to ``va_end()`` in ``Modules/_hashopenssl.c``.
 
@@ -438,7 +438,7 @@ Add a missing call to ``va_end()`` in 
``Modules/_hashopenssl.c``.
 .. bpo: 46323
 .. date: 2022-02-05-14-46-21
 .. nonce: FC1OJg
-.. section: Core and Builtins
+.. section: Library
 
 Use :c:func:`PyObject_Vectorcall` while calling ctypes callback function.
 Patch by Donghee Na.
diff --git a/Misc/NEWS.d/3.11.0a7.rst b/Misc/NEWS.d/3.11.0a7.rst
index eff2ea2dac13f8..fddbb63218d1b9 100644
--- a/Misc/NEWS.d/3.11.0a7.rst
+++ b/Misc/NEWS.d/3.11.0a7.rst
@@ -181,7 +181,7 @@ to simplify clearing and deallocing frames and generators.
 .. bpo: 46968
 .. date: 2022-03-17-14-22-23
 .. nonce: 4gz4NA
-.. section: Core and Builtins
+.. section: Library
 
 Check for the existence of the "sys/auxv.h" header in :mod:`faulthandler` to
 avoid compilation problems in systems where this header doesn't exist. Patch
@@ -243,7 +243,7 @@ reducing the number of invocations of ``memcpy``.
 .. bpo: 46829
 .. date: 2022-03-12-21-07-21
 .. nonce: cpGoPV
-.. section: Core and Builtins
+.. section: Library
 
 Deprecate passing a message into :meth:`asyncio.Future.cancel` and
 :meth:`asyncio.Task.cancel`
diff --git a/Misc/NEWS.d/3.11.0b1.rst b/Misc/NEWS.d/3.11.0b1.rst
index e197750730482a..a9336786133ba1 100644
--- a/Misc/NEWS.d/3.11.0b1.rst
+++ b/Misc/NEWS.d/3.11.0b1.rst
@@ -388,7 +388,7 @@ Add internal documentation explaining design of new (for 
3.11) frame stack.
 .. bpo: 47197
 .. date: 2022-04-03-17-21-04
 .. nonce: Ji_c30
-.. section: Core and Builtins
+.. section: Library
 
 ctypes used to mishandle ``void`` return types, so that for instance a
 function declared like ``ctypes.CFUNCTYPE(None, ctypes.c_int)`` would be
@@ -500,7 +500,7 @@ at runtime where types are known at C compile time.
 .. bpo: 46045
 .. date: 2021-12-11-11-36-48
 .. nonce: sfThay
-.. section: Core and Builtins
+.. section: Build
 
 Do not use POSIX semaphores on NetBSD
 

_______________________________________________
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