]> 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:10:49 +0000 (12:10 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Oct 2013 09:10:49 +0000 (12:10 +0300)
commit026af2a597d94eb61310dd5360cf901529ef33a2
treee51186f9ea496c40f7759ff160dd5aacb480a620
parentf55697ca6d430d85437767db9d4ee67e1e041b5c
parentdef0a4c298358c50b0b53a8113551e9aee3532e5
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
Lib/lib2to3/tests/test_fixers.py
Misc/NEWS