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 2010-06-30.14:41:47
SpamBayes Score 1.0545696e-07
Marked as misclassified No
Message-id <1277908908.79.0.429717745576.issue9125@psf.upfronthosting.co.za>
In-reply-to
Content
Minimal steps to reproduce:

Python 2.7rc2+ (trunk:82378M, Jun 29 2010, 19:43:46) 
[GCC 4.2.1 (Apple Inc. build 5659)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import parser
>>> parser.sequence2st(parser.suite("try: pass\nexcept A as e: pass\n").totuple())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
parser.ParserError: Expected node type 12, got 1.
History
Date User Action Args
2010-06-30 14:41:48mark.dickinsonsetrecipients: + mark.dickinson
2010-06-30 14:41:48mark.dickinsonsetmessageid: <1277908908.79.0.429717745576.issue9125@psf.upfronthosting.co.za>
2010-06-30 14:41:47mark.dickinsonlinkissue9125 messages
2010-06-30 14:41:47mark.dickinsoncreate