This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson
Date 2012-04-29.21:44:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335735898.27.0.486602524616.issue14697@psf.upfronthosting.co.za>
In-reply-to
Content
>>> parser.tuple2st(parser.expr('{2}').totuple())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
parser.ParserError: could not validate expression tuple
[70677 refs]
>>> parser.tuple2st(parser.expr('{x**2 for x in [1, 2, 3]}').totuple())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
parser.ParserError: could not validate expression tuple
[70677 refs]

This seems to be already fixed in Python 2.7.
History
Date User Action Args
2012-04-29 21:44:58mark.dickinsonsetrecipients: + mark.dickinson
2012-04-29 21:44:58mark.dickinsonsetmessageid: <1335735898.27.0.486602524616.issue14697@psf.upfronthosting.co.za>
2012-04-29 21:44:56mark.dickinsonlinkissue14697 messages
2012-04-29 21:44:56mark.dickinsoncreate