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 ezio.melotti, mrabarnett, python-dev, serhiy.storchaka, vstinner
Date 2013-10-24.19:05:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3d5Hvl1frPz7Ljv@mail.python.org>
In-reply-to
Content
New changeset d2bb0da45c93 by Serhiy Storchaka in branch '2.7':
Issue #19327: Fixed the working of regular expressions with too big charset.
http://hg.python.org/cpython/rev/d2bb0da45c93

New changeset 4431fa917f22 by Serhiy Storchaka in branch '3.3':
Issue #19327: Fixed the working of regular expressions with too big charset.
http://hg.python.org/cpython/rev/4431fa917f22

New changeset 10081a0ca4bd by Serhiy Storchaka in branch 'default':
Issue #19327: Fixed the working of regular expressions with too big charset.
http://hg.python.org/cpython/rev/10081a0ca4bd
History
Date User Action Args
2013-10-24 19:05:08python-devsetrecipients: + python-dev, vstinner, ezio.melotti, mrabarnett, serhiy.storchaka
2013-10-24 19:05:08python-devlinkissue19327 messages
2013-10-24 19:05:07python-devcreate