[issue2511] Give AST's excepthandler proper attributes

2008-03-30 Thread Georg Brandl

Georg Brandl [EMAIL PROTECTED] added the comment:

Committed in r62047.

--
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2511
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 one element. This patch does that.

--
assignee: loewis
components: Interpreter Core
files: ast-except.diff
keywords: patch
messages: 64714
nosy: georg.brandl, loewis
severity: normal
status: open
title: Give AST's excepthandler proper attributes
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file9892/ast-except.diff

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue2511
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue2511
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com