Staging
v0.8.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
Raw File
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
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top