Skip to content

Commit f19e5e6

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Misc/NEWS.d/3.10.0a1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Port the :mod:`zlib` extension module to multi-phase initialization
267267
.. bpo: 41631
268268
.. date: 2020-08-26-11-23-31
269269
.. nonce: 3jZcd9
270-
.. section: Library
270+
.. section: Core and Builtins
271271
272272
The ``_ast`` module uses again a global state. Using a module state per
273273
module instance is causing subtle practical problems. For example, the
@@ -653,7 +653,7 @@ only imported when it is the filesystem encoding or the stdio encoding.
653653
.. bpo: 40636
654654
.. date: 2020-06-17-10-27-17
655655
.. nonce: MYaCIe
656-
.. section: Library
656+
.. section: Core and Builtins
657657
658658
:func:`zip` now supports :pep:`618`'s ``strict`` parameter, which raises a
659659
:exc:`ValueError` if the arguments are exhausted at different lengths. Patch

Misc/NEWS.d/3.10.0a2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ parser.
6565
.. bpo: 41796
6666
.. date: 2020-10-29-12-49-08
6767
.. nonce: tkGdHq
68-
.. section: Library
68+
.. section: Core and Builtins
6969
7070
The :mod:`ast` module internal state is now per interpreter. Patch by Victor
7171
Stinner.

Misc/NEWS.d/3.10.0a4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Fix undefined behavior in ``Objects/genericaliasobject.c``.
1111
.. bpo: 42806
1212
.. date: 2021-01-03-00-20-38
1313
.. nonce: mLAobJ
14-
.. section: Library
14+
.. section: Core and Builtins
1515
1616
Fix the column offsets for f-strings :mod:`ast` nodes surrounded by
1717
parentheses and for nodes that spawn multiple lines. Patch by Pablo Galindo.

Misc/NEWS.d/3.10.0b1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Patch by Pablo Galindo.
370370
.. bpo: 43798
371371
.. date: 2021-04-10-00-01-43
372372
.. nonce: p_nJFM
373-
.. section: Library
373+
.. section: Core and Builtins
374374
375375
:class:`ast.alias` nodes now include source location metadata attributes
376376
e.g. lineno, col_offset.

0 commit comments

Comments
 (0)