Skip to content

Commit d70464f

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

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed

Misc/NEWS.d/3.12.0a1.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ Ensures the program name is known for help text during interpreter startup.
10701070
.. date: 2022-07-16-08-14-17
10711071
.. gh-issue: 94869
10721072
.. nonce: eRwMsX
1073-
.. section: Library
1073+
.. section: Core and Builtins
10741074
10751075
Fix the column offsets for some expressions in multi-line f-strings
10761076
:mod:`ast` nodes. Patch by Pablo Galindo.
@@ -1469,7 +1469,7 @@ lookup of the :attr:`~types.CodeType.co_code` attribute.
14691469
.. date: 2022-05-30-19-00-38
14701470
.. gh-issue: 93359
14711471
.. nonce: zXV3A0
1472-
.. section: Library
1472+
.. section: Core and Builtins
14731473
14741474
Ensure that custom :mod:`ast` nodes without explicit end positions can be
14751475
compiled. Patch by Pablo Galindo.
@@ -1642,7 +1642,7 @@ not finalized at exit. Patch by Kumar Aditya.
16421642
.. date: 2022-05-18-18-34-45
16431643
.. gh-issue: 92930
16441644
.. nonce: kpYPOb
1645-
.. section: Library
1645+
.. section: Core and Builtins
16461646
16471647
Fixed a crash in ``_pickle.c`` from mutating collections during
16481648
``__reduce__`` or ``persistent_id``.
@@ -1709,7 +1709,7 @@ Jin.
17091709
.. date: 2022-05-13-00-57-18
17101710
.. gh-issue: 92658
17111711
.. nonce: YdhFE2
1712-
.. section: Library
1712+
.. section: Core and Builtins
17131713
17141714
Add support for connecting and binding to Hyper-V sockets on Windows Hyper-V
17151715
hosts and guests.

Misc/NEWS.d/3.12.0a2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ back to alternative names ("python<MAJOR>", "python<MAJOR>.<MINOR>").
108108
.. date: 2022-11-06-22-59-02
109109
.. gh-issue: 96055
110110
.. nonce: TmQuJn
111-
.. section: Library
111+
.. section: Core and Builtins
112112
113113
Update :mod:`faulthandler` to emit an error message with the proper
114114
unexpected signal number. Patch by Donghee Na.
@@ -353,7 +353,7 @@ aggressively.
353353
.. date: 2022-10-15-23-15-14
354354
.. gh-issue: 92119
355355
.. nonce: PMSwwG
356-
.. section: Library
356+
.. section: Core and Builtins
357357
358358
Print exception class name instead of its string representation when raising
359359
errors from :mod:`ctypes` calls.
@@ -395,7 +395,7 @@ longobject.c to speed up some operations.
395395
.. date: 2022-07-30-14-10-27
396396
.. gh-issue: 95389
397397
.. nonce: nSGEkG
398-
.. section: Library
398+
.. section: Core and Builtins
399399
400400
Expose :const:`~socket.ETH_P_ALL` and some of the :ref:`ETHERTYPE_* constants
401401
<socket-ethernet-types>` in :mod:`socket`. Patch by Noam Cohen.

Misc/NEWS.d/3.12.0a3.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ to specialize attribute accesses on types that haven't had
150150
.. date: 2022-11-05-22-26-35
151151
.. gh-issue: 99127
152152
.. nonce: Btk7ih
153-
.. section: Library
153+
.. section: Core and Builtins
154154
155155
Allow some features of :mod:`syslog` to the main interpreter only. Patch by
156156
Donghee Na.
@@ -196,7 +196,7 @@ unpickling.
196196
.. bpo: 31718
197197
.. date: 2020-02-23-23-48-15
198198
.. nonce: sXko5e
199-
.. section: Library
199+
.. section: Core and Builtins
200200
201201
Raise :exc:`ValueError` instead of :exc:`SystemError` when methods of
202202
uninitialized :class:`io.IncrementalNewlineDecoder` objects are called.
@@ -207,7 +207,7 @@ Patch by Oren Milman.
207207
.. bpo: 38031
208208
.. date: 2019-09-04-19-09-49
209209
.. nonce: Yq4L72
210-
.. section: Library
210+
.. section: Core and Builtins
211211
212212
Fix a possible assertion failure in :class:`io.FileIO` when the opener
213213
returns an invalid file descriptor.

Misc/NEWS.d/3.12.0a4.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Improve performance of ``list.pop`` for small lists.
315315
.. date: 2022-06-17-08-00-34
316316
.. gh-issue: 89051
317317
.. nonce: yP4Na0
318-
.. section: Library
318+
.. section: Core and Builtins
319319
320320
Add :const:`ssl.OP_LEGACY_SERVER_CONNECT`
321321

@@ -324,7 +324,7 @@ Add :const:`ssl.OP_LEGACY_SERVER_CONNECT`
324324
.. bpo: 32782
325325
.. date: 2018-02-06-23-21-13
326326
.. nonce: EJVSfR
327-
.. section: Library
327+
.. section: Core and Builtins
328328
329329
``ctypes`` arrays of length 0 now report a correct itemsize when a
330330
``memoryview`` is constructed from them, rather than always giving a value

Misc/NEWS.d/3.12.0a5.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Fix wrong lineno in exception message on :keyword:`continue` or
4545
.. date: 2023-01-28-20-31-42
4646
.. gh-issue: 101372
4747
.. nonce: 8BcpCC
48-
.. section: Library
48+
.. section: Core and Builtins
4949
5050
Fix :func:`~unicodedata.is_normalized` to properly handle the UCD 3.2.0
5151
cases. Patch by Donghee Na.
@@ -138,7 +138,7 @@ embed the mask into the oparg.
138138
.. date: 2023-01-10-14-11-17
139139
.. gh-issue: 100892
140140
.. nonce: qfBVYI
141-
.. section: Library
141+
.. section: Core and Builtins
142142
143143
Fix race while iterating over thread states in clearing
144144
:class:`threading.local`. Patch by Kumar Aditya.

Misc/NEWS.d/3.12.0a6.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Fix possible segfault in ``BUILD_SET`` opcode, when new set created.
154154
.. date: 2023-02-13-22-21-58
155155
.. gh-issue: 74895
156156
.. nonce: esMNtq
157-
.. section: Library
157+
.. section: Core and Builtins
158158
159159
:mod:`socket.getaddrinfo` no longer raises :class:`OverflowError` for
160160
:class:`int` **port** values outside of the C long range. Out of range
@@ -217,7 +217,7 @@ access of ``builtins.__dict__`` keys mutates the iter object.
217217
.. date: 2023-02-10-01-15-57
218218
.. gh-issue: 101430
219219
.. nonce: T3Gegb
220-
.. section: Library
220+
.. section: Core and Builtins
221221
222222
Update :mod:`tracemalloc` to handle presize of object properly. Patch by
223223
Donghee Na.

Misc/NEWS.d/3.12.0b1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ unpickled.
461461
.. date: 2023-04-08-17-13-07
462462
.. gh-issue: 103242
463463
.. nonce: ysI1b3
464-
.. section: Library
464+
.. section: Core and Builtins
465465
466466
Migrate :meth:`~ssl.SSLContext.set_ecdh_curve` method not to use deprecated
467467
OpenSSL APIs. Patch by Donghee Na.
@@ -542,7 +542,7 @@ and reduce bytecode size.
542542
.. date: 2022-11-08-12-36-25
543543
.. gh-issue: 99184
544544
.. nonce: KIaqzz
545-
.. section: Library
545+
.. section: Core and Builtins
546546
547547
Bypass instance attribute access of ``__name__`` in ``repr`` of
548548
:class:`weakref.ref`.

Misc/NEWS.d/3.13.0a5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ handle unicode named literals incorrectly. Patch by Pablo Galindo
146146
.. date: 2024-01-28-02-46-12
147147
.. gh-issue: 112433
148148
.. nonce: FUX-nT
149-
.. section: Library
149+
.. section: Core and Builtins
150150
151151
Add ability to force alignment of :mod:`ctypes.Structure` by way of the new
152152
``_align_`` attribute on the class.

Misc/NEWS.d/3.13.0a6.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ classes are now expected to set the ``_field_types`` attribute.
9292
.. date: 2024-03-25-17-04-54
9393
.. gh-issue: 99108
9494
.. nonce: 8bjdO6
95-
.. section: Library
95+
.. section: Core and Builtins
9696
9797
Updated the :mod:`hashlib` built-in `HACL\* project`_ C code from upstream
9898
that we use for many implementations when they are not present via OpenSSL
@@ -139,7 +139,7 @@ event.
139139
.. date: 2024-03-12-20-31-57
140140
.. gh-issue: 113964
141141
.. nonce: bJppzg
142-
.. section: Library
142+
.. section: Core and Builtins
143143
144144
Starting new threads and process creation through :func:`os.fork` are now
145145
only prevented once all non-daemon threads exit.

0 commit comments

Comments
 (0)