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 ezio.melotti, josh.r, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-16.12:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479301164.8.0.486595249858.issue21449@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM. Except that _PyUnicode_EqualToASCIIString() could be used for simplicity.

> _PyUnicode_CompareWithId is a private function. We can remove it if it has issues.

I would left it in maintained releases and removed it in 3.7 (or 3.6?).
History
Date User Action Args
2016-11-16 12:59:24serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, josh.r, xiang.zhang
2016-11-16 12:59:24serhiy.storchakasetmessageid: <1479301164.8.0.486595249858.issue21449@psf.upfronthosting.co.za>
2016-11-16 12:59:24serhiy.storchakalinkissue21449 messages
2016-11-16 12:59:24serhiy.storchakacreate