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 python-dev
Recipients acdha, ezio.melotti, mrabarnett, python-dev, serhiy.storchaka
Date 2014-10-31.11:55:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141031115506.101692.59103@psf.io>
In-reply-to
Content
New changeset ebd48b4f650d by Serhiy Storchaka in branch '2.7':
Backported the optimization of compiling charsets in regular expressions
https://hg.python.org/cpython/rev/ebd48b4f650d

New changeset 6cd4b9827755 by Serhiy Storchaka in branch '2.7':
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
https://hg.python.org/cpython/rev/6cd4b9827755
History
Date User Action Args
2014-10-31 11:55:20python-devsetrecipients: + python-dev, ezio.melotti, mrabarnett, serhiy.storchaka, acdha
2014-10-31 11:55:20python-devlinkissue17381 messages
2014-10-31 11:55:20python-devcreate