]> granicus.if.org Git - python/commit
Issue #18037: Do not escape '\u' and '\U' in raw strings.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Oct 2013 18:07:21 +0000 (21:07 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Oct 2013 18:07:21 +0000 (21:07 +0300)
commit6f2ec18b4e0aebee5a80391c6b5aba0437c8a69f
tree55c685f130f5421db156b29286ba1332239abbac
parent2808a1244dc79e411bb79771d60fad3908ca2cc8
Issue #18037: Do not escape '\u' and '\U' in raw strings.
Lib/lib2to3/fixes/fix_unicode.py
Lib/lib2to3/tests/test_fixers.py