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, mrabarnett, pitrou, serhiy.storchaka
Date 2014-10-09.07:43:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412840630.55.0.708723540507.issue22584@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the SRE regular expression engine uses internal tables to implement ASCII-only character predicates and converting. Proposed patch get rid of these tables and reuse standard Python macros Py_ISSPACE, Py_TOLOWER, etc.
History
Date User Action Args
2014-10-09 07:43:50serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett
2014-10-09 07:43:50serhiy.storchakasetmessageid: <1412840630.55.0.708723540507.issue22584@psf.upfronthosting.co.za>
2014-10-09 07:43:50serhiy.storchakalinkissue22584 messages
2014-10-09 07:43:49serhiy.storchakacreate