@@ -24,16 +24,16 @@ PEP 1 (https://www.python.org/dev/peps/pep-0001/).
24
24
Important dates
25
25
---------------
26
26
27
- The target dates for inclusion of types .py in Python 3.5 are derived
27
+ The target dates for inclusion of typing .py in Python 3.5 are derived
28
28
from the Python 3.5 release schedule as documented in PEP 478
29
29
(https://www.python.org/dev/peps/pep-0478/), and subject to change if
30
30
that schedule slips:
31
31
32
- * May 24, 2015: Python 3.5.0 beta 1 -- PEP 484 accepted, types .py
32
+ * May 24, 2015: Python 3.5.0 beta 1 -- PEP 484 accepted, typing .py
33
33
feature complete and checked into CPython repo
34
34
35
35
* August 9, 2015: Python 3.5.0 release candidate 1 -- Last chance for
36
- fixes to types .py barring emergencies:
36
+ fixes to typing .py barring emergencies:
37
37
38
38
* September 13, 2015: Python 3.5.0 final release
39
39
@@ -119,7 +119,7 @@ Workflow for mypy changes
119
119
Workflow for CPython changes
120
120
----------------------------
121
121
122
- * TBD: Workflow for copying types .py and test_types .py into the
122
+ * TBD: Workflow for copying typing .py and test_typing .py into the
123
123
CPython repo.
124
124
125
125
Things consciously left out for now
@@ -176,8 +176,6 @@ PEP 483 TO DO
176
176
PEP 484 TO DO
177
177
-------------
178
178
179
- * Explain generics better.
180
-
181
179
* Co/contravariance and type variables. (See VARIANCE.rst)
182
180
183
181
* Note that type checkers ought to provide config options to
@@ -189,13 +187,6 @@ PEP 484 TO DO
189
187
190
188
* Add a comprehensive list of things we're explicitly punting (see above).
191
189
192
- * Clarify the limits of constant expressions (expressions the type
193
- checker should be able to evaluate, as opposed to typecheck).
194
- (Maybe only through examples.)
195
-
196
- * Decide the fate of Undefined; see
197
- https://github.com/ambv/typehinting/issues/20
198
-
199
190
* See also the list of github issues:
200
191
https://github.com/ambv/typehinting/issues
201
192
0 commit comments