Skip to content

Commit 7297d3a

Browse files
[3.14] gh-142461: Move misplaced NEWS entries to an appropriate section (GH-142464) (#142688)
(cherry picked from commit 87e152d)
1 parent f6c1600 commit 7297d3a

File tree

14 files changed

+37
-37
lines changed

14 files changed

+37
-37
lines changed

Misc/NEWS.d/3.14.0a1.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4016,7 +4016,7 @@ Make ``this_instr`` and ``prev_instr`` const in cases generator.
40164016
.. date: 2024-10-05-23-53-06
40174017
.. gh-issue: 125008
40184018
.. nonce: ETANpd
4019-
.. section: Core and Builtins
4019+
.. section: Library
40204020
40214021
Fix :func:`tokenize.untokenize` producing invalid syntax for double braces
40224022
preceded by certain escape characters.
@@ -4275,7 +4275,7 @@ devdanzin
42754275
.. date: 2024-09-02-20-39-10
42764276
.. gh-issue: 123614
42774277
.. nonce: 26TMHp
4278-
.. section: Core and Builtins
4278+
.. section: Library
42794279
42804280
Add :func:`turtle.save` to easily save Turtle drawings as PostScript files.
42814281
Patch by Marie Roald and Yngve Mardal Moe.
@@ -4761,7 +4761,7 @@ enabled (yet).
47614761
.. date: 2024-07-18-21-19-04
47624762
.. gh-issue: 121999
47634763
.. nonce: 8IBbTK
4764-
.. section: Core and Builtins
4764+
.. section: Library
47654765
47664766
The default extraction filter for the :mod:`tarfile` module is now set to
47674767
:func:`'data' <tarfile.data_filter>`.
@@ -4955,7 +4955,7 @@ Galindo
49554955
.. date: 2024-06-28-23-17-22
49564956
.. gh-issue: 121381
49574957
.. nonce: i2xL7P
4958-
.. section: Core and Builtins
4958+
.. section: Library
49594959
49604960
Remove ``subprocess._USE_VFORK`` escape hatch code and documentation. It was
49614961
added just in case, and doesn't have any known cases that require it.
@@ -5115,7 +5115,7 @@ and identities of :class:`str` objects.
51155115
.. date: 2024-06-14-07-52-00
51165116
.. gh-issue: 120485
51175117
.. nonce: yy4K4b
5118-
.. section: Core and Builtins
5118+
.. section: Library
51195119
51205120
Add an override of ``allow_reuse_port`` on classes subclassing
51215121
``socketserver.TCPServer`` where ``allow_reuse_address`` is also overridden.
@@ -5147,7 +5147,7 @@ after exception handlers are moved to the end of the code.
51475147
.. date: 2024-06-12-18-23-15
51485148
.. gh-issue: 120380
51495149
.. nonce: edtqjq
5150-
.. section: Core and Builtins
5150+
.. section: Library
51515151
51525152
Fix Python implementation of :class:`pickle.Pickler` for :class:`bytes` and
51535153
:class:`bytearray` objects when using protocol version 5. Patch by Bénédikt
@@ -5625,7 +5625,7 @@ in the future.
56255625
.. date: 2024-04-27-18-36-46
56265626
.. gh-issue: 115801
56275627
.. nonce: SVeHSy
5628-
.. section: Core and Builtins
5628+
.. section: Library
56295629
56305630
Raise ``TypeError`` when passing a string to :func:`difflib.unified_diff`
56315631
and :func:`difflib.context_diff`.

Misc/NEWS.d/3.14.0a2.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ including SerenityOS.
12531253
.. date: 2024-11-09-16-10-22
12541254
.. gh-issue: 126066
12551255
.. nonce: 9zs4m4
1256-
.. section: Core and Builtins
1256+
.. section: Library
12571257
12581258
Fix :mod:`importlib` to not write an incomplete .pyc files when a ulimit or
12591259
some other operating system mechanism is preventing the write to go through
@@ -1285,7 +1285,7 @@ its ``__iter__``.
12851285
.. date: 2024-11-02-18-01-31
12861286
.. gh-issue: 126209
12871287
.. nonce: 2ZIhrS
1288-
.. section: Core and Builtins
1288+
.. section: Library
12891289
12901290
Fix an issue with ``skip_file_prefixes`` parameter which resulted in an
12911291
inconsistent behaviour between the C and Python implementations of
@@ -1567,7 +1567,7 @@ Wannes Boeykens.
15671567
.. date: 2024-05-12-03-10-36
15681568
.. gh-issue: 118950
15691569
.. nonce: 5Wc4vp
1570-
.. section: Core and Builtins
1570+
.. section: Library
15711571
15721572
Fix bug where SSLProtocol.connection_lost wasn't getting called when OSError
15731573
was thrown on writing to socket.
@@ -1577,7 +1577,7 @@ was thrown on writing to socket.
15771577
.. date: 2023-12-30-00-21-45
15781578
.. gh-issue: 113570
15791579
.. nonce: _XQgsW
1580-
.. section: Core and Builtins
1580+
.. section: Library
15811581
15821582
Fixed a bug in ``reprlib.repr`` where it incorrectly called the repr method
15831583
on shadowed Python built-in types.

Misc/NEWS.d/3.14.0a3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ Fix possible undefined behavior division by zero in :class:`complex`'s
820820
.. date: 2024-11-23-04-54-42
821821
.. gh-issue: 127133
822822
.. nonce: WMoJjF
823-
.. section: Core and Builtins
823+
.. section: Library
824824
825825
Calling :meth:`argparse.ArgumentParser.add_argument_group` on an argument
826826
group, and calling :meth:`argparse.ArgumentParser.add_argument_group` or

Misc/NEWS.d/3.14.0a4.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ atomic operation. Patch by Donghee Na.
548548
.. date: 2024-12-23-11-14-07
549549
.. gh-issue: 128192
550550
.. nonce: 02mEhD
551-
.. section: Core and Builtins
551+
.. section: Library
552552
553553
Upgrade HTTP digest authentication algorithm for :mod:`urllib.request` by
554554
supporting SHA-256 digest authentication as specified in :rfc:`7616`.
@@ -613,7 +613,7 @@ object when importing a non-existent symbol from a non-module object.
613613
.. date: 2024-12-17-18-20-37
614614
.. gh-issue: 128035
615615
.. nonce: JwqHdB
616-
.. section: Core and Builtins
616+
.. section: Library
617617
618618
Indicate through :data:`ssl.HAS_PHA` whether the :mod:`ssl` module supports
619619
TLSv1.3 post-handshake client authentication (PHA). Patch by Will

Misc/NEWS.d/3.14.0a5.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ It is always ``'freebsd'``, instead of ``'freebsd13'`` or ``'freebsd14'``.
944944
.. date: 2025-01-28-06-23-59
945945
.. gh-issue: 129345
946946
.. nonce: uOjkML
947-
.. section: Core and Builtins
947+
.. section: Library
948948
949949
Fix null pointer dereference in :func:`syslog.openlog` when an audit hook
950950
raises an exception.
@@ -1197,7 +1197,7 @@ generator. Patch by Mikhail Efimov.
11971197
.. date: 2024-11-03-06-05-16
11981198
.. gh-issue: 126349
11991199
.. nonce: 7YwWsI
1200-
.. section: Core and Builtins
1200+
.. section: Library
12011201
12021202
Add :func:`turtle.fill`, :func:`turtle.poly` and :func:`turtle.no_animation`
12031203
context managers. Patch by Marie Roald and Yngve Mardal Moe.
@@ -1218,7 +1218,7 @@ Willmer.
12181218
.. date: 2023-12-04-15-53-25
12191219
.. gh-issue: 112713
12201220
.. nonce: Zrhv77
1221-
.. section: Core and Builtins
1221+
.. section: Library
12221222
12231223
Added support for the ``Partitioned`` cookie flag in :mod:`http.cookies`.
12241224

Misc/NEWS.d/3.14.0a6.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ Improve the experimental JIT's handling of returns to unknown callers.
11871187
.. date: 2025-02-11-20-38-37
11881188
.. gh-issue: 129983
11891189
.. nonce: _1Fujo
1190-
.. section: Core and Builtins
1190+
.. section: Library
11911191
11921192
Fix data race in compile_template in :file:`sre.c`.
11931193

@@ -1335,7 +1335,7 @@ interpreter state.
13351335
.. date: 2022-12-21-14-28-01
13361336
.. gh-issue: 100388
13371337
.. nonce: vne8ky
1338-
.. section: Core and Builtins
1338+
.. section: Library
13391339
13401340
Fix the ``platform._sys_version()`` method when ``__DATE__`` is undefined at
13411341
buildtime by changing default buildtime datetime string to the UNIX epoch.

Misc/NEWS.d/3.14.0a7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ Fix an issue with thread identifiers being sign-extended on some platforms.
880880
.. date: 2025-02-15-14-36-32
881881
.. gh-issue: 99108
882882
.. nonce: u6CfmK
883-
.. section: Core and Builtins
883+
.. section: Library
884884
885885
Add support for built-in implementation of HMAC (:rfc:`2104`) based on
886886
HACL*. Patch by Bénédikt Tran.

Misc/NEWS.d/3.14.0b1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ Add new utilities of observing JIT compilation:
13251325
.. date: 2025-04-30-13-09-20
13261326
.. gh-issue: 133194
13271327
.. nonce: 25_G5c
1328-
.. section: Core and Builtins
1328+
.. section: Library
13291329
13301330
:func:`ast.parse` will no longer parse new :pep:`758` syntax with older
13311331
*feature_version* passed.
@@ -1498,7 +1498,7 @@ helpful fix suggestion for the typo. Contributed by Pablo Galindo Salgado.
14981498
.. date: 2025-04-19-18-07-34
14991499
.. gh-issue: 132737
15001500
.. nonce: 9mW1il
1501-
.. section: Core and Builtins
1501+
.. section: Library
15021502
15031503
Support profiling code that requires ``__main__``, such as :mod:`pickle`.
15041504

@@ -1891,7 +1891,7 @@ Steven Sun)
18911891
.. date: 2022-12-29-19-10-36
18921892
.. gh-issue: 89562
18931893
.. nonce: g8m8RC
1894-
.. section: Core and Builtins
1894+
.. section: Library
18951895
18961896
Remove ``hostflags`` member from ``PySSLContext`` struct.
18971897

Misc/NEWS.d/3.14.0b2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ Improve Zip file validation false positive rate in
569569
.. date: 2025-05-22-14-48-19
570570
.. gh-issue: 134381
571571
.. nonce: 2BXhth
572-
.. section: Core and Builtins
572+
.. section: Library
573573
574574
Fix :exc:`RuntimeError` when using a not-started :class:`threading.Thread`
575575
after calling :func:`os.fork`

Misc/NEWS.d/3.14.0b3.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ context. Patch by Pablo Galindo.
366366
.. date: 2025-06-11-15-08-10
367367
.. gh-issue: 127319
368368
.. nonce: OVGFSZ
369-
.. section: Core and Builtins
369+
.. section: Library
370370
371371
Set the ``allow_reuse_port`` class variable to ``False`` on the XMLRPC,
372372
logging, and HTTP servers. This matches the behavior in prior Python
@@ -411,7 +411,7 @@ additional check to ``FOR_ITER``.
411411
.. date: 2025-06-02-13-57-40
412412
.. gh-issue: 116738
413413
.. nonce: ycJsL8
414-
.. section: Core and Builtins
414+
.. section: Library
415415
416416
Make methods in :mod:`heapq` thread-safe on the :term:`free threaded <free
417417
threading>` build.
@@ -441,7 +441,7 @@ optimizing ``LOAD_FAST``.
441441
.. date: 2025-05-30-15-56-19
442442
.. gh-issue: 134908
443443
.. nonce: 3a7PxM
444-
.. section: Core and Builtins
444+
.. section: Library
445445
446446
Fix crash when iterating over lines in a text file on the :term:`free
447447
threaded <free threading>` build.

0 commit comments

Comments
 (0)