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 Rosuav
Recipients Rosuav, berker.peksag, ncoghlan
Date 2016-07-21.16:35:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469118915.76.0.640661212256.issue27582@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a combined patch that has the new private function for IsIdentifier, method 4's error handling change, and a bit of glue in the middle to make use of it. The result is a passing test suite (bar test_site which was already failing on my system) and a caret that points to the errant Unicode character, or the beginning of the identifier if it's a decode problem.
History
Date User Action Args
2016-07-21 16:35:15Rosuavsetrecipients: + Rosuav, ncoghlan, berker.peksag
2016-07-21 16:35:15Rosuavsetmessageid: <1469118915.76.0.640661212256.issue27582@psf.upfronthosting.co.za>
2016-07-21 16:35:15Rosuavlinkissue27582 messages
2016-07-21 16:35:15Rosuavcreate