]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-142461: Move misplaced NEWS entries to an appropriate section (GH-143411)
authorAniket <148300120+Aniketsy@users.noreply.github.com>
Mon, 12 Jan 2026 18:13:44 +0000 (23:43 +0530)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 18:13:44 +0000 (20:13 +0200)
15 files changed:
Misc/NEWS.d/3.10.0a1.rst
Misc/NEWS.d/3.10.0a2.rst
Misc/NEWS.d/3.10.0a3.rst
Misc/NEWS.d/3.10.0a4.rst
Misc/NEWS.d/3.10.0a5.rst
Misc/NEWS.d/3.10.0a6.rst
Misc/NEWS.d/3.10.0a7.rst
Misc/NEWS.d/3.10.0b1.rst
Misc/NEWS.d/3.11.0a1.rst
Misc/NEWS.d/3.11.0a3.rst
Misc/NEWS.d/3.11.0a4.rst
Misc/NEWS.d/3.11.0a5.rst
Misc/NEWS.d/3.11.0a6.rst
Misc/NEWS.d/3.11.0a7.rst
Misc/NEWS.d/3.11.0b1.rst

index 473e7c7ac0f574be220118c0643a77a8b104f308..349a7855e41c009e06d2777177d414df9c87d27b 100644 (file)
@@ -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
index 263b8cb9762e10735c590a0899aafe24a92e0721..013e13bfa88456fe710147d0f6d1a3c5c91a79e5 100644 (file)
@@ -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
index 6cf3db3eb43c8bcc0318930bf8794088264d03d3..ec02216849766f5d3671c62ea1ed7ee3f6291bce 100644 (file)
@@ -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.
 
index 19f0db9a6be5e98673e00f6ad77039eae36dcbaf..cd419dfaaee2e8dff1a715e9e3e45d9a2dc0db44 100644 (file)
@@ -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`).
index d2bac5d13e989b973c7eea2a590966f9ea517d0b..fd91a380b6d7a38c4b6d736259d6fee5792f0a6a 100644 (file)
@@ -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.
index 31b7df2c61158e451f707b149fc2bae3b4a03aab..ec5b868708ba0ba42f659f6d268e3c8f6248306d 100644 (file)
@@ -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
index d866e805fd3a7ed48e62eda29ac93185080006fe..33e5e073202efc36af265a10d458904b14297277 100644 (file)
@@ -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.
index 5bc78b9007afa87e0c7d2a5a84d7d8bfdecfd023..adae971d4002d1baf80d11ddd72edabd57834b89 100644 (file)
@@ -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.
index 10ef2968db268465cdb9d61aa4d88f919025a321..d9f52c3b6f547e6e846c5c280f6ccbee12dfc8bd 100644 (file)
@@ -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
index 6a0ae20d1fb5edfa8281abd63b3951c5d2a074f5..c051074f50a1481409e2d174ba1cd3b93ea5afad 100644 (file)
@@ -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.
 
index 47cbf33c3bb29b21f3a556ca4d988a8153b16981..8fc565bb76b9fcb893e26383122b5bf99337c830 100644 (file)
@@ -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.
 
index 5418d5d59dd5839780c13f886c09b522fb650b53..de03458062b95d8511136efffa005aa3a6cad98f 100644 (file)
@@ -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
 
index e88142e641f040074bed60e0a205cd3d2c9ffd70..7fdfa4ebdf2e374d30f5681989bebd8cc64691df 100644 (file)
@@ -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.
index eff2ea2dac13f8c18808c7cf081f18f32592f9aa..fddbb63218d1b9312a0fe62955fabaff8e5caf18 100644 (file)
@@ -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`
index 7b8b983ebf951e122b721e97af1099aafbcf3c01..b7ea1f018838a2c54577b3b11ba00b120ebdca6b 100644 (file)
@@ -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