commit | 0189a46ec59ca02feadcfde2840f4236756598da | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Oct 03 12:08:22 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Oct 03 12:08:22 2013 +0300 |
tree | fb91c8d967ee46d87c059e73754be02593c8b4bd | |
parent | ebca3a5ab9bfb2a4bd2662619c3c8a9256fa1ed7 [diff] [blame] |
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
diff --git a/Misc/NEWS b/Misc/NEWS index feb3f08..9aad84f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Library ------- +- Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. + - Issue #19137: The pprint module now correctly formats empty set and frozenset and instances of set and frozenset subclasses.