commit | 463badf06ce33d9de88dfea645c1253f44588aad | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jun 23 13:29:19 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jun 23 13:29:19 2012 +0200 |
tree | fe3bf02bff59bfe3622237ede250fd74a06ee9ff | |
parent | c9aa8425c40e44362dd6abf0b60eb18b68539605 [diff] [blame] |
Issue #3665: \u and \U escapes are now supported in unicode regular expressions. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 37a0dee..f768602 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Library ------- +- Issue #3665: \u and \U escapes are now supported in unicode regular + expressions. Patch by Serhiy Storchaka. + - Issue #15153: Added inspect.getgeneratorlocals to simplify white box testing of generator state updates