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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2016-09-08.19:23:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473362584.72.0.509126494717.issue28028@psf.upfronthosting.co.za>
In-reply-to
Content
AST parser converts UnicodeError and ValueError raised during parsing string literal to SyntaxError. Maybe make it converting warnings (see issue27364) to SyntaxWarning?
History
Date User Action Args
2016-09-08 19:23:04serhiy.storchakasetrecipients: + serhiy.storchaka
2016-09-08 19:23:04serhiy.storchakasetmessageid: <1473362584.72.0.509126494717.issue28028@psf.upfronthosting.co.za>
2016-09-08 19:23:04serhiy.storchakalinkissue28028 messages
2016-09-08 19:23:04serhiy.storchakacreate