]> granicus.if.org Git - python/commit
Update the compiler package to compile the with-statement.
authorGuido van Rossum <guido@python.org>
Tue, 28 Feb 2006 00:32:16 +0000 (00:32 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Feb 2006 00:32:16 +0000 (00:32 +0000)
commit7ad94f011ef03945c2d9475679f503f5677c4f6d
treec063d08e197436d551a78107ad9c5bd24fe339e4
parent40d8459dbfbe2e2fbd2071a101edf0d47d668901
Update the compiler package to compile the with-statement.
Jeremy, please review!
Lib/compiler/pycodegen.py
Lib/compiler/transformer.py
Lib/test/test_compiler.py