]> granicus.if.org Git - python/commit
Fix "import as" (has always skipping the as name)
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 04:27:12 +0000 (04:27 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 9 Apr 2001 04:27:12 +0000 (04:27 +0000)
commit42a083071353f80215715437fdcb6b49cc431169
tree80e9e2e82e0b36da765bc132cf87ecac2665f527
parenta384f737cc4f7cd90b5e2df8ac99d458522be156
Fix "import as" (has always skipping the as name)
Fix com_NEWLINE() so that is accepts arguments, which occurs for lines like:
    stmt; # note trailing semicolon
Add XXX about checking for assignment to list comps
Lib/compiler/transformer.py
Tools/compiler/compiler/transformer.py