Skip to content

Commit 8b2db3e

Browse files
committed
Move misplaced NEWS entries to an appropriate section
1 parent ebb08da commit 8b2db3e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Misc/NEWS.d/3.12.0a1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Long deprecated, ``module_repr()`` should now be completely eradicated.
245245
.. date: 2022-10-04-14-04-40
246246
.. gh-issue: 86298
247247
.. nonce: QVM7G1
248-
.. section: Library
248+
.. section: Core and Builtins
249249
250250
In cases where ``warnings.warn_explicit()`` consults the module's loader, an
251251
``DeprecationWarning`` is issued when ``m.__loader__`` differs from
@@ -935,7 +935,7 @@ instead. Patch by Pablo Galindo
935935
.. date: 2022-07-23-19-16-25
936936
.. gh-issue: 93351
937937
.. nonce: 0Jyvu-
938-
.. section: Library
938+
.. section: Core and Builtins
939939
940940
:class:`ast.AST` node positions are now validated when provided to
941941
:func:`compile` and other related functions. If invalid positions are

Misc/NEWS.d/3.12.0a2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ aware of this shim frame and the changes to the semantics of
333333
.. date: 2022-10-19-01-01-08
334334
.. gh-issue: 98415
335335
.. nonce: ZS2eWh
336-
.. section: Library
336+
.. section: Build
337337
338338
Fix detection of MAC addresses for :mod:`uuid` on certain OSs. Patch by
339339
Chaim Sanders

Misc/NEWS.d/3.12.0a7.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ collection. Patch by Kumar Aditya.
138138
.. date: 2023-03-03-23-21-16
139139
.. gh-issue: 102406
140140
.. nonce: XLqYO3
141-
.. section: Library
141+
.. section: Core and Builtins
142142
143143
:mod:`codecs` encoding/decoding errors now get the context information
144144
(which operation and which codecs) attached as :pep:`678` notes instead of
@@ -187,7 +187,7 @@ Improve build support for the Xbox. Patch by Max Bachmann.
187187
.. date: 2023-02-21-23-42-39
188188
.. gh-issue: 102027
189189
.. nonce: fQARG0
190-
.. section: Library
190+
.. section: Build
191191
192192
Fix SSE2 and SSE3 detection in ``_blake2`` internal module. Patch by Max
193193
Bachmann.

Misc/NEWS.d/3.13.0a5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ a resource leak was detected. It still exits with status code 0 otherwise.
166166
.. date: 2023-06-16-21-29-06
167167
.. gh-issue: 105858
168168
.. nonce: Q7h0EV
169-
.. section: Library
169+
.. section: Core and Builtins
170170
171171
Improve the constructors for :mod:`ast` nodes. Arguments of list types now
172172
default to an empty list if omitted, and optional fields default to

Misc/NEWS.d/3.13.0a6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Grigoryev Semyon
8282
.. date: 2024-03-26-17-22-38
8383
.. gh-issue: 117266
8484
.. nonce: Kwh79O
85-
.. section: Library
85+
.. section: Core and Builtins
8686
8787
Fix crashes for certain user-created subclasses of :class:`ast.AST`. Such
8888
classes are now expected to set the ``_field_types`` attribute.

0 commit comments

Comments
 (0)