]> granicus.if.org Git - python/commit
reflect with statements with multiple items in the AST (closes #12106)
authorBenjamin Peterson <benjamin@python.org>
Fri, 27 May 2011 18:58:08 +0000 (13:58 -0500)
committerBenjamin Peterson <benjamin@python.org>
Fri, 27 May 2011 18:58:08 +0000 (13:58 -0500)
commitbf1bbc145299964a37cfae5bc5565177192f68ad
treece4eccef9452efe19126ae83e22d006a300328c0
parent05010706697ce9c18e7f8a8e571753b0bcfd6548
reflect with statements with multiple items in the AST (closes #12106)
Include/Python-ast.h
Misc/NEWS
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/compile.c
Python/symtable.c