◐ Shell
clean mode source ↗

Message 83327 - Python tracker

Message83327

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