]> granicus.if.org Git - python/commit
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Oct 2013 09:08:22 +0000 (12:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Oct 2013 09:08:22 +0000 (12:08 +0300)
commit0189a46ec59ca02feadcfde2840f4236756598da
treefb91c8d967ee46d87c059e73754be02593c8b4bd
parentebca3a5ab9bfb2a4bd2662619c3c8a9256fa1ed7
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
Lib/lib2to3/fixes/fix_unicode.py
Lib/lib2to3/tests/test_fixers.py
Misc/NEWS