]> granicus.if.org Git - python/commit
Fix compiler.ast.flatten function so that it works on lists.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 2 Jun 2005 05:55:20 +0000 (05:55 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 2 Jun 2005 05:55:20 +0000 (05:55 +0000)
commitf36947032f4e99b2c55fc25fa36a1960c4423cbb
tree68a6122f3415232b331b59a408e469b7d728063a
parent76276177dea7d3e1412390e36a2c260f3f8107cb
Fix compiler.ast.flatten function so that it works on lists.
Lib/compiler/ast.py
Lib/test/test_compiler.py
Tools/compiler/astgen.py