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 loewis
Recipients Arfrever, brett.cannon, eric.snow, loewis, python-dev
Date 2012-04-20.16:19:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334938770.56.0.847743438572.issue14629@psf.upfronthosting.co.za>
In-reply-to
Content
IMO, the test is flawed testing for the specific error message. OTOH, the original message is better than the tokenize message in that it mentions the file name. However, tokenize does not have the file name available, so it can't possibly report it.

I have no idea how to resolve this. Contributions are welcome.
History
Date User Action Args
2012-04-20 16:19:30loewissetrecipients: + loewis, brett.cannon, Arfrever, python-dev, eric.snow
2012-04-20 16:19:30loewissetmessageid: <1334938770.56.0.847743438572.issue14629@psf.upfronthosting.co.za>
2012-04-20 16:19:30loewislinkissue14629 messages
2012-04-20 16:19:29loewiscreate