| commit | c1b59d455261de2d18fb3f5005958b4411d6b314 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 29 23:38:48 2012 +0200 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Dec 29 23:38:48 2012 +0200 |
| tree | 8fc3d1d29f753fe4f9445a48a331c8ca4dd80643 | |
| parent | 2d8298dcd2ea4cbac7ca2fab03f840cb1003a8b4 [diff] [blame] |
Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. Patch by Matthew Barnett.
diff --git a/Misc/NEWS b/Misc/NEWS index 2a22bb5..c2bfa00 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -124,6 +124,9 @@ Library ------- +- Issue #16688: Fix backreferences did make case-insensitive regex fail on + non-ASCII strings. Patch by Matthew Barnett. + - Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.