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-08.18:09:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cvRQv1Hdwz7LkW@mail.python.org>
In-reply-to
Content
New changeset c498d1090970 by Serhiy Storchaka in branch '2.7':
Issue #18037: Do not escape '\u' and '\U' in raw strings.
http://hg.python.org/cpython/rev/c498d1090970

New changeset acb2dacd0d24 by Serhiy Storchaka in branch '3.3':
Issue #18037: Do not escape '\u' and '\U' in raw strings.
http://hg.python.org/cpython/rev/acb2dacd0d24

New changeset a49d313a28ae by Serhiy Storchaka in branch 'default':
Issue #18037: Do not escape '\u' and '\U' in raw strings.
http://hg.python.org/cpython/rev/a49d313a28ae
History
Date User Action Args
2013-10-08 18:09:27python-devsetrecipients: + python-dev, vinay.sajip, benjamin.peterson, Arfrever, serhiy.storchaka
2013-10-08 18:09:27python-devlinkissue18037 messages
2013-10-08 18:09:27python-devcreate