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 untitaker
Recipients untitaker
Date 2014-09-02.20:55:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409691318.67.0.463109559126.issue22328@psf.upfronthosting.co.za>
In-reply-to
Content
The string literal `ur'foo\d'` causes a SyntaxError while the equivalent `r'foo\d'` causes the correct string to be produced.
History
Date User Action Args
2014-09-02 20:55:18untitakersetrecipients: + untitaker
2014-09-02 20:55:18untitakersetmessageid: <1409691318.67.0.463109559126.issue22328@psf.upfronthosting.co.za>
2014-09-02 20:55:18untitakerlinkissue22328 messages
2014-09-02 20:55:18untitakercreate