Bugs item #1509132, was opened at 2006-06-20 10:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1509132&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: Adrien Di Mascio (adimasci) Assigned to: Nobody/Anonymous (nobody) Summary: compiler module builds incorrect AST for TryExceptFinally Initial Comment: the finally clause in a try ... except ... finally statement is seen as a "else" clause by transformer.py. There is no special code to handle finally clauses for a try / except node (Maybe ast.TryExcept should accept a finally_ argument after the else_ one) Python version : 2.5b1 (r46858) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1509132&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com