File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ Status: Accepted
9
9
Type: Standards Track
10
10
Content-Type: text/x-rst
11
11
Created: 16-Sep-2020
12
- Python-Version: 3.10
12
+ Python-Version: 3.11
13
13
Post-History: 07-Oct-2020, 23-Dec-2020, 29-Dec-2020
14
+ Resolution: https://mail.python.org/archives/list/
[email protected] /message/OR5RKV7GAVSGLVH3JAGQ6OXFAXIP5XDX/
14
15
15
16
Abstract
16
17
========
@@ -24,6 +25,14 @@ in numerical computing libraries such as NumPy and TensorFlow to be
24
25
parameterised with the array *shape *, enabling static type checkers
25
26
to catch shape-related bugs in code that uses these libraries.
26
27
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
+
27
36
Motivation
28
37
==========
29
38
You can’t perform that action at this time.
0 commit comments