Skip to content

Commit 5b061c6

Browse files
committed
Move misplaced NEWS entries to an appropriate section
1 parent f19e5e6 commit 5b061c6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Misc/NEWS.d/3.10.0a5.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ by Pablo Galindo.
9595
.. bpo: 42924
9696
.. date: 2021-01-13-14-06-01
9797
.. nonce: _WS1Ok
98-
.. section: Library
98+
.. section: Core and Builtins
9999
100100
Fix ``bytearray`` repetition incorrectly copying data from the start of the
101101
buffer, even if the data is offset within the buffer (e.g. after reassigning
@@ -155,7 +155,7 @@ Fixed possible leak in ``import`` when ``sys.modules`` is not a ``dict``.
155155
.. bpo: 27772
156156
.. date: 2018-12-20-23-59-23
157157
.. nonce: idHEcj
158-
.. section: Library
158+
.. section: Core and Builtins
159159
160160
In string formatting, preceding the *width* field by ``'0'`` no longer
161161
affects the default alignment for strings.

Misc/NEWS.d/3.10.0a7.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ convention. Patch by Donghee Na.
120120
.. bpo: 42137
121121
.. date: 2021-03-20-19-54-47
122122
.. nonce: A8aQvj
123-
.. section: Library
123+
.. section: Core and Builtins
124124
125125
The import system now prefers using ``__spec__`` for ``ModuleType.__repr__``
126126
over ``module_repr()``.
@@ -150,7 +150,7 @@ continuation characters. Patch by Pablo Galindo.
150150
.. bpo: 43517
151151
.. date: 2021-03-16-17-12-54
152152
.. nonce: zAo6Ws
153-
.. section: Library
153+
.. section: Core and Builtins
154154
155155
Fix misdetection of circular imports when using ``from pkg.mod import
156156
attr``, which caused false positives in non-trivial multi-threaded code.

Misc/NEWS.d/3.11.0a1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ in the :mod:`__main__` module.
206206
.. bpo: 37330
207207
.. date: 2021-09-02-01-28-01
208208
.. nonce: QDjM_l
209-
.. section: Library
209+
.. section: Core and Builtins
210210
211211
:func:`open`, :func:`io.open`, :func:`codecs.open` and
212212
:class:`fileinput.FileInput` no longer accept ``'U'`` ("universal newline")

Misc/NEWS.d/3.11.0a5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ path.
5454
.. bpo: 46527
5555
.. date: 2022-01-25-19-34-55
5656
.. nonce: mQLNPk
57-
.. section: Library
57+
.. section: Core and Builtins
5858
5959
Allow passing ``iterable`` as a keyword argument to :func:`enumerate` again.
6060
Patch by Jelle Zijlstra.

Misc/NEWS.d/3.11.0b1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ at runtime where types are known at C compile time.
500500
.. bpo: 46045
501501
.. date: 2021-12-11-11-36-48
502502
.. nonce: sfThay
503-
.. section: Library
503+
.. section: Core and Builtins
504504
505505
Do not use POSIX semaphores on NetBSD
506506

0 commit comments

Comments
 (0)