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 thomaslee
Recipients thomaslee
Date 2008-04-30.12:06:56
SpamBayes Score 0.07878809
Marked as misclassified No
Message-id <1209557288.23.0.65253319009.issue2725@psf.upfronthosting.co.za>
In-reply-to
Content
The current code in Parser/asdl.py doesn't handle syntax errors very
well. A minor problem to be sure, since the net result is the same (i.e.
build fails), but the error message being displayed is entirely
unhelpful to the developer.

The attached patch will display the error message as was seemingly intended.

This probably affects earlier versions (including python-trunk), but I
haven't tested.
History
Date User Action Args
2008-04-30 12:08:10thomasleesetspambayes_score: 0.0787881 -> 0.07878809
recipients: + thomaslee
2008-04-30 12:08:08thomasleesetspambayes_score: 0.0787881 -> 0.0787881
messageid: <1209557288.23.0.65253319009.issue2725@psf.upfronthosting.co.za>
2008-04-30 12:08:02thomasleelinkissue2725 messages
2008-04-30 12:07:57thomasleecreate