Skip to content

Commit 3eeb003

Browse files
authored
PEP 646: Add acceptance note, bump Python version (#2261)
1 parent 3e85270 commit 3eeb003

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pep-0646.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Status: Accepted
99
Type: Standards Track
1010
Content-Type: text/x-rst
1111
Created: 16-Sep-2020
12-
Python-Version: 3.10
12+
Python-Version: 3.11
1313
Post-History: 07-Oct-2020, 23-Dec-2020, 29-Dec-2020
14+
Resolution: https://mail.python.org/archives/list/[email protected]/message/OR5RKV7GAVSGLVH3JAGQ6OXFAXIP5XDX/
1415

1516
Abstract
1617
========
@@ -24,6 +25,14 @@ in numerical computing libraries such as NumPy and TensorFlow to be
2425
parameterised with the array *shape*, enabling static type checkers
2526
to catch shape-related bugs in code that uses these libraries.
2627

28+
Acceptance
29+
==========
30+
31+
This PEP was accepted for Python 3.11, with the caveat that details around
32+
multiple unpackings in a type expression aren't specified precisely.
33+
This gives individual type checkers some leeway, but can be tightened
34+
in future PEPs.
35+
2736
Motivation
2837
==========
2938

0 commit comments

Comments
 (0)