]> granicus.if.org Git - python/commit
Fix the compiler package w.r.t. the new metaclass syntax.
authorGuido van Rossum <guido@python.org>
Mon, 19 Mar 2007 17:56:01 +0000 (17:56 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Mar 2007 17:56:01 +0000 (17:56 +0000)
commitd16e81aabe5448a90640694d57cdaefddf3a1a9f
tree1d422ec1ee0944f60ceedd91f69af4034cb170e6
parent801dd736531f7d6db57a1dab80fe6daa37e0a0b0
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.
Lib/compiler/ast.py
Lib/compiler/pyassem.py
Lib/compiler/pycodegen.py
Lib/compiler/symbols.py
Lib/compiler/transformer.py
Lib/test/test_ast.py
Lib/test/test_compiler.py