cpython/Lib/compiler
Guido van Rossum d16e81aabe Fix the compiler package w.r.t. the new metaclass syntax.
(It is still broken w.r.t. the new nonlocal keyword.)

Remove a series of debug prints I accidentally left in test_ast.py.
2007-03-19 17:56:01 +00:00
..
__init__.py Ok, compiler.transformer can really be imported now 2006-03-24 07:07:34 +00:00
ast.py Fix the compiler package w.r.t. the new metaclass syntax. 2007-03-19 17:56:01 +00:00
consts.py Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can 2006-03-03 19:12:58 +00:00
future.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
misc.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
pyassem.py Fix the compiler package w.r.t. the new metaclass syntax. 2007-03-19 17:56:01 +00:00
pycodegen.py Fix the compiler package w.r.t. the new metaclass syntax. 2007-03-19 17:56:01 +00:00
symbols.py Fix the compiler package w.r.t. the new metaclass syntax. 2007-03-19 17:56:01 +00:00
syntax.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
transformer.py Fix the compiler package w.r.t. the new metaclass syntax. 2007-03-19 17:56:01 +00:00
visitor.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00