File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ Port the :mod:`zlib` extension module to multi-phase initialization
267267.. bpo: 41631
268268.. date: 2020-08-26-11-23-31
269269.. nonce: 3jZcd9
270- .. section: Library
270+ .. section: Core and Builtins
271271
272272 The ``_ast `` module uses again a global state. Using a module state per
273273module instance is causing subtle practical problems. For example, the
@@ -653,7 +653,7 @@ only imported when it is the filesystem encoding or the stdio encoding.
653653.. bpo: 40636
654654.. date: 2020-06-17-10-27-17
655655.. nonce: MYaCIe
656- .. section: Library
656+ .. section: Core and Builtins
657657
658658:func: `zip ` now supports :pep: `618 `'s ``strict `` parameter, which raises a
659659:exc: `ValueError ` if the arguments are exhausted at different lengths. Patch
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ parser.
6565.. bpo: 41796
6666.. date: 2020-10-29-12-49-08
6767.. nonce: tkGdHq
68- .. section: Library
68+ .. section: Core and Builtins
6969
7070 The :mod: `ast ` module internal state is now per interpreter. Patch by Victor
7171Stinner.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Fix undefined behavior in ``Objects/genericaliasobject.c``.
1111.. bpo: 42806
1212.. date: 2021-01-03-00-20-38
1313.. nonce: mLAobJ
14- .. section: Library
14+ .. section: Core and Builtins
1515
1616 Fix the column offsets for f-strings :mod: `ast ` nodes surrounded by
1717parentheses and for nodes that spawn multiple lines. Patch by Pablo Galindo.
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ Patch by Pablo Galindo.
370370.. bpo: 43798
371371.. date: 2021-04-10-00-01-43
372372.. nonce: p_nJFM
373- .. section: Library
373+ .. section: Core and Builtins
374374
375375:class: `ast.alias ` nodes now include source location metadata attributes
376376e.g. lineno, col_offset.
You can’t perform that action at this time.
0 commit comments