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-07-04.19:03:21
SpamBayes Score 2.6629776e-09
Marked as misclassified No
Message-id <1278270204.2.0.0990664909847.issue9154@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.2a0 (py3k:82529M, Jul  4 2010, 17:35:10) 
[GCC 4.2.1 (Apple Inc. build 5659)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import parser
[38213 refs]
>>> parser.sequence2st(parser.suite("def f(a:int) -> int: pass").totuple())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
parser.ParserError: VALIDATION FAILURE: report this to the maintainer!
[38264 refs]
History
Date User Action Args
2010-07-04 19:03:24mark.dickinsonsetrecipients: + mark.dickinson
2010-07-04 19:03:24mark.dickinsonsetmessageid: <1278270204.2.0.0990664909847.issue9154@psf.upfronthosting.co.za>
2010-07-04 19:03:22mark.dickinsonlinkissue9154 messages
2010-07-04 19:03:21mark.dickinsoncreate