Skip to content

Commit 97df7b7

Browse files
committed
s/types.py/typing.py in the README, remove TODOs that are done
1 parent c1ecd57 commit 97df7b7

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.rst

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ PEP 1 (https://www.python.org/dev/peps/pep-0001/).
2424
Important dates
2525
---------------
2626

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
2828
from the Python 3.5 release schedule as documented in PEP 478
2929
(https://www.python.org/dev/peps/pep-0478/), and subject to change if
3030
that schedule slips:
3131

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
3333
feature complete and checked into CPython repo
3434

3535
* 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:
3737

3838
* September 13, 2015: Python 3.5.0 final release
3939

@@ -119,7 +119,7 @@ Workflow for mypy changes
119119
Workflow for CPython changes
120120
----------------------------
121121

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
123123
CPython repo.
124124

125125
Things consciously left out for now
@@ -176,8 +176,6 @@ PEP 483 TO DO
176176
PEP 484 TO DO
177177
-------------
178178

179-
* Explain generics better.
180-
181179
* Co/contravariance and type variables. (See VARIANCE.rst)
182180

183181
* Note that type checkers ought to provide config options to
@@ -189,13 +187,6 @@ PEP 484 TO DO
189187

190188
* Add a comprehensive list of things we're explicitly punting (see above).
191189

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-
199190
* See also the list of github issues:
200191
https://github.com/ambv/typehinting/issues
201192

0 commit comments

Comments
 (0)