[issue2511] Give AST's excepthandler proper attributes

2008-03-29 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed in r62047. -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-

[issue2511] Give AST's excepthandler proper attributes

2008-03-29 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Sounds fine to me. -- assignee: loewis -> georg.brandl resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2511] Give AST's excepthandler proper attributes

2008-03-29 Thread Georg Brandl
New submission from Georg Brandl <[EMAIL PROTECTED]>: The ASDL file has an XXX comment about excepthandler's lineno and col_offset -- they are not attributes but fields which gets confusing when this is exported to Python code. I think the only way to solve this is to make it a "trivial" Sum with