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 cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2018-02-20.18:06:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519149991.0.0.467229070634.issue32874@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for pointing out #21765 - very interesting reading.  :-)

Would the new str.isascii() be helpful or would it be too early to use something only available in 3.7?  It would seem that and combinations of `if isascii() and isidentifier()` might be interesting to benchmark against some of the current code.
History
Date User Action Args
2018-02-20 18:06:31cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2018-02-20 18:06:30cheryl.sabellasetmessageid: <1519149991.0.0.467229070634.issue32874@psf.upfronthosting.co.za>
2018-02-20 18:06:30cheryl.sabellalinkissue32874 messages
2018-02-20 18:06:30cheryl.sabellacreate