Skip to content

Commit cf42653

Browse files
[3.13] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-142464) (GH-142688) (#142702)
1 parent 16ce69e commit cf42653

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

Misc/NEWS.d/3.12.0a7.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Shrink the number of inline :opcode:`CACHE` entries used by
102102
.. date: 2023-03-08-08-37-36
103103
.. gh-issue: 102491
104104
.. nonce: SFvvsC
105-
.. section: Core and Builtins
105+
.. section: Library
106106
107107
Improve import time of ``platform`` by removing IronPython version parsing.
108108
The IronPython version parsing was not functional (see
@@ -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: Core and Builtins
190+
.. section: Library
191191
192192
Fix SSE2 and SSE3 detection in ``_blake2`` internal module. Patch by Max
193193
Bachmann.
@@ -207,7 +207,7 @@ Deprecate ``co_lnotab`` in code objects, schedule it for removal in Python
207207
.. bpo: 1635741
208208
.. date: 2020-07-04-09-04-41
209209
.. nonce: ZsP31Y
210-
.. section: Core and Builtins
210+
.. section: Library
211211
212212
Adapt :mod:`!_pickle` to :pep:`687`. Patch by Mohamed Koubaa and Erlend
213213
Aasland.

Misc/NEWS.d/3.12.0b1.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ response to :cve:`2023-24329`. Patch by Illia Volochii.
4444
.. date: 2023-05-20-23-08-48
4545
.. gh-issue: 102856
4646
.. nonce: Knv9WT
47-
.. section: Core and Builtins
47+
.. section: Library
4848
4949
Implement PEP 701 changes in the :mod:`tokenize` module. Patch by Marta
5050
Gómez Macías and Pablo Galindo Salgado
@@ -322,7 +322,7 @@ ruff.
322322
.. date: 2023-04-24-14-38-16
323323
.. gh-issue: 103793
324324
.. nonce: kqoH6Q
325-
.. section: Core and Builtins
325+
.. section: Library
326326
327327
Optimized asyncio Task creation by deferring expensive string formatting
328328
(task name generation) from Task creation to the first time ``get_name`` is
@@ -461,7 +461,7 @@ unpickled.
461461
.. date: 2023-04-08-17-13-07
462462
.. gh-issue: 103242
463463
.. nonce: ysI1b3
464-
.. section: Core and Builtins
464+
.. section: Library
465465
466466
Migrate :meth:`~ssl.SSLContext.set_ecdh_curve` method not to use deprecated
467467
OpenSSL APIs. Patch by Donghee Na.
@@ -573,7 +573,7 @@ raising an :exc:`IndexError`.
573573
.. bpo: 31821
574574
.. date: 2019-12-01-12-58-31
575575
.. nonce: 1FNmwk
576-
.. section: Core and Builtins
576+
.. section: Library
577577
578578
Fix :func:`!pause_reading` to work when called from :func:`!connection_made`
579579
in :mod:`asyncio`.

Misc/NEWS.d/3.13.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.. gh-issue: 125008
33
.. nonce: ETANpd
44
.. release date: 2024-10-07
5-
.. section: Core and Builtins
5+
.. section: Library
66
77
Fix :func:`tokenize.untokenize` producing invalid syntax for double braces
88
preceded by certain escape characters.

Misc/NEWS.d/3.13.0b1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ for speed.
6060
.. date: 2024-05-03-18-01-26
6161
.. gh-issue: 95382
6262
.. nonce: 73FSEv
63-
.. section: Core and Builtins
63+
.. section: Library
6464
6565
Improve performance of :func:`json.dumps` and :func:`json.dump` when using
6666
the argument *indent*. Depending on the data the encoding using

Misc/NEWS.d/3.13.0b3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ after exception handlers are moved to the end of the code.
9999
.. date: 2024-06-12-18-23-15
100100
.. gh-issue: 120380
101101
.. nonce: edtqjq
102-
.. section: Core and Builtins
102+
.. section: Library
103103
104104
Fix Python implementation of :class:`pickle.Pickler` for :class:`bytes` and
105105
:class:`bytearray` objects when using protocol version 5. Patch by Bénédikt

Misc/NEWS.d/3.13.0rc2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Riggles.
427427
.. date: 2024-09-06-19-23-44
428428
.. gh-issue: 120221
429429
.. nonce: giJEDT
430-
.. section: Core and Builtins
430+
.. section: Library
431431
432432
asyncio REPL is now again properly recognizing KeyboardInterrupts. Display
433433
of exceptions raised in secondary threads is fixed.

Misc/NEWS.d/3.13.1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ including SerenityOS.
15601560
.. date: 2024-11-09-16-10-22
15611561
.. gh-issue: 126066
15621562
.. nonce: 9zs4m4
1563-
.. section: Core and Builtins
1563+
.. section: Library
15641564
15651565
Fix :mod:`importlib` to not write an incomplete .pyc files when a ulimit or
15661566
some other operating system mechanism is preventing the write to go through
@@ -1748,7 +1748,7 @@ https://github.com/python/cpython/issues/122950.)
17481748
.. date: 2024-05-12-03-10-36
17491749
.. gh-issue: 118950
17501750
.. nonce: 5Wc4vp
1751-
.. section: Core and Builtins
1751+
.. section: Library
17521752
17531753
Fix bug where SSLProtocol.connection_lost wasn't getting called when OSError
17541754
was thrown on writing to socket.
@@ -1758,7 +1758,7 @@ was thrown on writing to socket.
17581758
.. date: 2023-12-30-00-21-45
17591759
.. gh-issue: 113570
17601760
.. nonce: _XQgsW
1761-
.. section: Core and Builtins
1761+
.. section: Library
17621762
17631763
Fixed a bug in ``reprlib.repr`` where it incorrectly called the repr method
17641764
on shadowed Python built-in types.

Misc/NEWS.d/3.13.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ returns :const:`False`. Patch by Bénédikt Tran.
699699
.. date: 2025-01-28-06-23-59
700700
.. gh-issue: 129345
701701
.. nonce: uOjkML
702-
.. section: Core and Builtins
702+
.. section: Library
703703
704704
Fix null pointer dereference in :func:`syslog.openlog` when an audit hook
705705
raises an exception.

Misc/NEWS.d/3.13.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ Pablo Galindo
856856
.. date: 2025-02-11-20-38-37
857857
.. gh-issue: 129983
858858
.. nonce: _1Fujo
859-
.. section: Core and Builtins
859+
.. section: Library
860860
861861
Fix data race in compile_template in :file:`sre.c`.
862862

Misc/NEWS.d/3.13.4.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ docstring to the official docs.
655655
.. date: 2025-05-30-15-56-19
656656
.. gh-issue: 134908
657657
.. nonce: 3a7PxM
658-
.. section: Core and Builtins
658+
.. section: Library
659659
660660
Fix crash when iterating over lines in a text file on the :term:`free
661661
threaded <free threading>` build.
@@ -675,7 +675,7 @@ behavior of list comprehensions in line with other forms of iteration
675675
.. date: 2025-05-22-14-48-19
676676
.. gh-issue: 134381
677677
.. nonce: 2BXhth
678-
.. section: Core and Builtins
678+
.. section: Library
679679
680680
Fix :exc:`RuntimeError` when using a not-started :class:`threading.Thread`
681681
after calling :func:`os.fork`

0 commit comments

Comments
 (0)