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 pitrou
Recipients barry, benjamin.peterson, gvanrossum, ncoghlan, pitrou
Date 2012-01-09.20:57:49
SpamBayes Score 0.20892256
Marked as misclassified No
Message-id <1326142585.4158.0.camel@localhost.localdomain>
In-reply-to <1326142414.65.0.504379753122.issue13748@psf.upfronthosting.co.za>
Content
> I would be happier if there was precedent for this with "ur" = "ru" in
> 2.x, which is not true.

In my experience, raw unicode literals were very rare while raw bytes
literals are quite frequent (mainly for regular expressions).
History
Date User Action Args
2012-01-09 20:57:50pitrousetrecipients: + pitrou, gvanrossum, barry, ncoghlan, benjamin.peterson
2012-01-09 20:57:49pitroulinkissue13748 messages
2012-01-09 20:57:49pitroucreate