
report at bugs
Apr 30, 2012, 11:55 AM
Post #1 of 7
(76 views)
Permalink
|
|
[issue14701] parser module doesn't support 'raise ... from'
|
|
New submission from Mark Dickinson <dickinsm [at] gmail>: >>> import parser >>> parser.tuple2st(parser.expr('raise exc from e')) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "<string>", line 1 raise exc from e ---------- messages: 159724 nosy: mark.dickinson priority: normal severity: normal stage: needs patch status: open title: parser module doesn't support 'raise ... from' type: behavior versions: Python 3.2, Python 3.3 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue14701> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|