Staging
v0.5.1
https://github.com/python/cpython
Revision 46dbb7d1032c19163f37785509b8f5b3004416e8 authored by Guido van Rossum on 22 May 2015, 17:14:11 UTC, committed by Guido van Rossum on 22 May 2015, 17:14:11 UTC
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.
1 parent 569db2c
History
Tip revision: 46dbb7d1032c19163f37785509b8f5b3004416e8 authored by Guido van Rossum on 22 May 2015, 17:14:11 UTC
Preliminary typing.py, anticipating provisional acceptance of PEP 484.
Tip revision: 46dbb7d

README

back to top