This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Arfrever, benjamin.peterson, python-dev, serhiy.storchaka, vinay.sajip
Date 2013-10-03.09:13:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cr7mF5Q0Tz7LlH@mail.python.org>
In-reply-to
Content
New changeset 5e8de100f708 by Serhiy Storchaka in branch '2.7':
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
http://hg.python.org/cpython/rev/5e8de100f708

New changeset 5950dd4cd9ef by Serhiy Storchaka in branch '3.3':
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
http://hg.python.org/cpython/rev/5950dd4cd9ef

New changeset 7d3695937362 by Serhiy Storchaka in branch 'default':
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
http://hg.python.org/cpython/rev/7d3695937362
History
Date User Action Args
2013-10-03 09:13:02python-devsetrecipients: + python-dev, vinay.sajip, benjamin.peterson, Arfrever, serhiy.storchaka
2013-10-03 09:13:02python-devlinkissue18037 messages
2013-10-03 09:13:02python-devcreate