[New-bugs-announce] [issue14701] parser module doesn't support 'raise ... from'

Mark Dickinson report at bugs.python.org
Mon Apr 30 20:55:23 CEST 2012


New submission from Mark Dickinson <dickinsm at gmail.com>:

>>> 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.python.org>
<http://bugs.python.org/issue14701>
_______________________________________


More information about the New-bugs-announce mailing list