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 Arfrever, ezio.melotti, mrabarnett, pitrou, pyos, python-dev, serhiy.storchaka, vstinner
Date 2012-12-29.21:45:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YYdcp4bkBzRwd@mail.python.org>
In-reply-to
Content
New changeset 44a4f9289faa by Serhiy Storchaka in branch '3.3':
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings.
http://hg.python.org/cpython/rev/44a4f9289faa

New changeset c59ee1ff6f27 by Serhiy Storchaka in branch 'default':
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings.
http://hg.python.org/cpython/rev/c59ee1ff6f27
History
Date User Action Args
2012-12-29 21:45:31python-devsetrecipients: + python-dev, pitrou, vstinner, ezio.melotti, mrabarnett, Arfrever, serhiy.storchaka, pyos
2012-12-29 21:45:31python-devlinkissue16688 messages
2012-12-29 21:45:31python-devcreate