This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-19 10:54:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eebb79cc690e8ab02cb7f630cfbc046df2c0f4da
cpython
/
Lib
/
compiler
T
History
Christian Heimes
c756d00cf2
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
2007-11-27 21:34:01 +00:00
..
__init__.py
…
ast.py
…
consts.py
…
future.py
…
misc.py
…
pyassem.py
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
2007-11-27 21:34:01 +00:00
pycodegen.py
…
symbols.py
…
syntax.py
…
transformer.py
Backport PEP 3110's new 'except' syntax to 2.6.
2007-05-18 23:11:24 +00:00
visitor.py
…