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 serhiy.storchaka
Recipients benjamin.peterson, serhiy.storchaka, vinay.sajip
Date 2013-05-23.05:00:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369285225.76.0.983706842073.issue18037@psf.upfronthosting.co.za>
In-reply-to
Content
However r'DOMAIN\username' is valid in 3.x (if this is not a regular expression in 3.3+).

It would be good to emit a warning in Python 2 with -3 option. Or perhaps even emit a warning about any non-known escape in non-raw strings.
History
Date User Action Args
2013-05-23 05:00:25serhiy.storchakasetrecipients: + serhiy.storchaka, vinay.sajip, benjamin.peterson
2013-05-23 05:00:25serhiy.storchakasetmessageid: <1369285225.76.0.983706842073.issue18037@psf.upfronthosting.co.za>
2013-05-23 05:00:25serhiy.storchakalinkissue18037 messages
2013-05-23 05:00:25serhiy.storchakacreate