This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kaiw
Recipients kaiw
Date 2008-12-04.17:22:08
SpamBayes Score 0.0002501705
Marked as misclassified No
Message-id <1228411329.74.0.280169454791.issue4529@psf.upfronthosting.co.za>
In-reply-to
Content
Using the parser module to create a parse tree succeeds, but a
subsequent tuple2ast fails, when parsing valid try/except/finally (and
try/except/else/finally) blocks. parser.tuple2ast fails with:
  parser.ParserError: Illegal number of children for try/finally node.
History
Date User Action Args
2008-12-04 17:22:10kaiwsetrecipients: + kaiw
2008-12-04 17:22:09kaiwsetmessageid: <1228411329.74.0.280169454791.issue4529@psf.upfronthosting.co.za>
2008-12-04 17:22:09kaiwlinkissue4529 messages
2008-12-04 17:22:08kaiwcreate