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 benjamin.peterson
Recipients benjamin.peterson, pooryorick
Date 2009-03-08.20:17:31
SpamBayes Score 0.00017881606
Marked as misclassified No
Message-id <1236543453.97.0.988589641935.issue5447@psf.upfronthosting.co.za>
In-reply-to
Content
This happens with unicode literals even without "from __future__ import
unicode_literals" because raw strings still have \u escapes interpreted.
This isn't true in 3.0, so it would be nice to disable it with
unicode_literals.
History
Date User Action Args
2009-03-08 20:17:34benjamin.petersonsetrecipients: + benjamin.peterson, pooryorick
2009-03-08 20:17:33benjamin.petersonsetmessageid: <1236543453.97.0.988589641935.issue5447@psf.upfronthosting.co.za>
2009-03-08 20:17:32benjamin.petersonlinkissue5447 messages
2009-03-08 20:17:31benjamin.petersoncreate