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 eric.smith
Recipients JelleZijlstra, barry, eric.smith, martin.panter, python-dev, yselivanov
Date 2015-09-12.21:25:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442093155.84.0.727904486896.issue24965@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed on checking the error messages better. Especially since even the simplest of errors (like leaving out a quote) results in a syntax error in parsing the string, not parsing inside the f-string.

I'll look at it eventually.
History
Date User Action Args
2015-09-12 21:25:55eric.smithsetrecipients: + eric.smith, barry, python-dev, martin.panter, yselivanov, JelleZijlstra
2015-09-12 21:25:55eric.smithsetmessageid: <1442093155.84.0.727904486896.issue24965@psf.upfronthosting.co.za>
2015-09-12 21:25:55eric.smithlinkissue24965 messages
2015-09-12 21:25:55eric.smithcreate