Message 93476 - Python tracker
Message93476
| Author | ArcRiley |
|---|---|
| Recipients | ArcRiley |
| Date | 2009-10-03.04:09:16 |
| SpamBayes Score | 0.03308018 |
| Marked as misclassified | No |
| Message-id | <1254542956.92.0.539566996209.issue7045@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
While t.py only bugs on 3.1, the following happens with 3.0 as well: >>> line = '๐๐ง๐๐๐ฆ๐' >>> first = '๐' >>> first '๐' >>> line[0] '\ud801' >>> line[0] == first False And with 2.6: >>> line = u'๐๐ง๐๐๐ฆ๐' >>> first = u'๐' >>> first u'\ud801\udc51' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-10-03 04:09:17 | ArcRiley | set | recipients: + ArcRiley |
| 2009-10-03 04:09:16 | ArcRiley | set | messageid: <1254542956.92.0.539566996209.issue7045@psf.upfronthosting.co.za> |
| 2009-10-03 04:09:16 | ArcRiley | link | issue7045 messages |
| 2009-10-03 04:09:16 | ArcRiley | create | |