File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ by Pablo Galindo.
9595.. bpo: 42924
9696.. date: 2021-01-13-14-06-01
9797.. nonce: _WS1Ok
98- .. section: Library
98+ .. section: Core and Builtins
9999
100100 Fix ``bytearray `` repetition incorrectly copying data from the start of the
101101buffer, even if the data is offset within the buffer (e.g. after reassigning
@@ -155,7 +155,7 @@ Fixed possible leak in ``import`` when ``sys.modules`` is not a ``dict``.
155155.. bpo: 27772
156156.. date: 2018-12-20-23-59-23
157157.. nonce: idHEcj
158- .. section: Library
158+ .. section: Core and Builtins
159159
160160 In string formatting, preceding the *width * field by ``'0' `` no longer
161161affects the default alignment for strings.
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ convention. Patch by Donghee Na.
120120.. bpo: 42137
121121.. date: 2021-03-20-19-54-47
122122.. nonce: A8aQvj
123- .. section: Library
123+ .. section: Core and Builtins
124124
125125 The import system now prefers using ``__spec__ `` for ``ModuleType.__repr__ ``
126126over ``module_repr() ``.
@@ -150,7 +150,7 @@ continuation characters. Patch by Pablo Galindo.
150150.. bpo: 43517
151151.. date: 2021-03-16-17-12-54
152152.. nonce: zAo6Ws
153- .. section: Library
153+ .. section: Core and Builtins
154154
155155 Fix misdetection of circular imports when using ``from pkg.mod import
156156attr ``, which caused false positives in non-trivial multi-threaded code.
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ in the :mod:`__main__` module.
206206.. bpo: 37330
207207.. date: 2021-09-02-01-28-01
208208.. nonce: QDjM_l
209- .. section: Library
209+ .. section: Core and Builtins
210210
211211:func: `open `, :func: `io.open `, :func: `codecs.open ` and
212212:class: `fileinput.FileInput ` no longer accept ``'U' `` ("universal newline")
Original file line number Diff line number Diff line change 5454.. bpo: 46527
5555.. date: 2022-01-25-19-34-55
5656.. nonce: mQLNPk
57- .. section: Library
57+ .. section: Core and Builtins
5858
5959 Allow passing ``iterable `` as a keyword argument to :func: `enumerate ` again.
6060Patch by Jelle Zijlstra.
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ at runtime where types are known at C compile time.
500500.. bpo: 46045
501501.. date: 2021-12-11-11-36-48
502502.. nonce: sfThay
503- .. section: Library
503+ .. section: Core and Builtins
504504
505505 Do not use POSIX semaphores on NetBSD
506506
You can’t perform that action at this time.
0 commit comments