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:34 | benjamin.peterson | set | recipients: + benjamin.peterson, pooryorick |
| 2009-03-08 20:17:33 | benjamin.peterson | set | messageid: <1236543453.97.0.988589641935.issue5447@psf.upfronthosting.co.za> |
| 2009-03-08 20:17:32 | benjamin.peterson | link | issue5447 messages |
| 2009-03-08 20:17:31 | benjamin.peterson | create | |