From: Serhiy Storchaka Date: Sat, 29 Dec 2012 21:41:08 +0000 (+0200) Subject: Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII... X-Git-Tag: v3.4.0a1~1740 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac1069387e8e970b52abb4a72c3f13cc933e3a86;p=python Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. Patch by Matthew Barnett. --- ac1069387e8e970b52abb4a72c3f13cc933e3a86 diff --cc Misc/NEWS index d4aa0dda76,c2bfa00148..702a30e42b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -200,8 -124,9 +200,11 @@@ Core and Builtin Library ------- + - Issue #16688: Fix backreferences did make case-insensitive regex fail on + non-ASCII strings. Patch by Matthew Barnett. + +- Issue #16486: Make aifc files work with 'with' as context managers. + - Issue #16485: Fix file descriptor not being closed if file header patching fails on closing of aifc file.