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 vinay.sajip
Recipients benjamin.peterson, vinay.sajip
Date 2013-05-22.21:46:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369259204.14.0.48841389768.issue18037@psf.upfronthosting.co.za>
In-reply-to
Content
"""
This string contains DOMAIN\username, which is talking about Windows
and is a valid string in Python 2.x but not in 3.x. However, 2to3 passes
this string through unchanged, and it causes a SyntaxError when
interpreted by Python 3.x, because it contains what looks like a
truncated Unicode escape.
"""
History
Date User Action Args
2013-05-22 21:46:44vinay.sajipsetrecipients: + vinay.sajip, benjamin.peterson
2013-05-22 21:46:44vinay.sajipsetmessageid: <1369259204.14.0.48841389768.issue18037@psf.upfronthosting.co.za>
2013-05-22 21:46:44vinay.sajiplinkissue18037 messages
2013-05-22 21:46:43vinay.sajipcreate