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 christian.heimes
Recipients christian.heimes, ezio.melotti, ncoghlan, serhiy.storchaka
Date 2012-06-17.12:58:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339937933.18.0.0248880332915.issue15096@psf.upfronthosting.co.za>
In-reply-to
Content
+1

Raw unicode strings are rarely used and it's easy to overcome the limitation. I've created a patch that disabled ur'' syntax, updates the docs and adds some tests for u'' syntax. 

I couldn't find any tests for the syntax ... shame on you! :)
History
Date User Action Args
2012-06-17 12:58:53christian.heimessetrecipients: + christian.heimes, ncoghlan, ezio.melotti, serhiy.storchaka
2012-06-17 12:58:53christian.heimessetmessageid: <1339937933.18.0.0248880332915.issue15096@psf.upfronthosting.co.za>
2012-06-17 12:58:52christian.heimeslinkissue15096 messages
2012-06-17 12:58:52christian.heimescreate