]> granicus.if.org Git - python/commit
support for arglists with implicit tuple unpacks
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 16 Feb 2000 00:55:44 +0000 (00:55 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 16 Feb 2000 00:55:44 +0000 (00:55 +0000)
commitad9a86fb1c8cca20c10beb35fdd54eab44c0f479
treedc0f5c32f04b4d2e4e5e1286545507995206b958
parent3d9f5e4de2f3230cc79a92eee7682a74abd52724
support for arglists with implicit tuple unpacks
- added a number of support methods to generate code just before the
  body
- hack protocol for communicating number of args to PyAssembler

fix TryExcept generation for case where exception handler has no body
fix visitAssAttr
add comment about incomplete visitAssName

stop using the ExampleASTVisitor

change script invocation to accept a list of .py files (e.g. Lib/*.py)
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pycodegen.py