]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 29 Dec 2012 21:41:08 +0000 (23:41 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 29 Dec 2012 21:41:08 +0000 (23:41 +0200)
commitac1069387e8e970b52abb4a72c3f13cc933e3a86
treee96993c35ea38128fc05d2dd47fd0fece1a7e18f
parent9edccb47db7683031e76f02e659e637cf04ba2d7
parentc1b59d455261de2d18fb3f5005958b4411d6b314
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings.
Patch by Matthew Barnett.
Misc/ACKS
Misc/NEWS
Modules/_sre.c