]> granicus.if.org Git - python/commit
Preliminary typing.py, anticipating provisional acceptance of PEP 484.
authorGuido van Rossum <guido@python.org>
Fri, 22 May 2015 17:14:11 +0000 (10:14 -0700)
committerGuido van Rossum <guido@python.org>
Fri, 22 May 2015 17:14:11 +0000 (10:14 -0700)
commit46dbb7d1032c19163f37785509b8f5b3004416e8
tree85f29b8330b82cefcf01b50a12a2cd9f28ccf801
parent569db2c9f6d1adc787c6f44a9b2f4e4d9bbde272
Preliminary typing.py, anticipating provisional acceptance of PEP 484.

There area bunch of TODOs here, but the biggest (not mentioned in the
file) is that I'm going to take out __instancecheck__ and
__subclasscheck__.  However my personal schedule is such that I
probably won't have time for these before Larry tags beta 1.  But I
will try -- this commit is mostly to make sure that typing.py doesn't
completely miss the train.

PS. I'm tracking issues at https://github.com/ambv/typehinting/issues.
Doc/library/typing.rst [new file with mode: 0644]
Lib/test/test_typing.py [new file with mode: 0644]
Lib/typing.py [new file with mode: 0644]
Misc/NEWS