Message 114948 - Python tracker
Message114948
| Author | eric.araujo |
|---|---|
| Recipients | Claudiu.Popa, belopolsky, eric.araujo |
| Date | 2010-08-25.23:26:23 |
| SpamBayes Score | 0.0019972401 |
| Marked as misclassified | No |
| Message-id | <1282778784.69.0.798282165068.issue9598@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The builtin open in 3.2 is similar to codecs.open. If you read the error message closely, you’ll see that the decoding that failed did try to use UTF-8. The cause of the problem here is that the bytes used for the ç in François’ name are not valid UTF-8; I can fix that. This does not change the original purpose of this report: untabify should not die. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-08-25 23:26:24 | eric.araujo | set | recipients: + eric.araujo, belopolsky, Claudiu.Popa |
| 2010-08-25 23:26:24 | eric.araujo | set | messageid: <1282778784.69.0.798282165068.issue9598@psf.upfronthosting.co.za> |
| 2010-08-25 23:26:23 | eric.araujo | link | issue9598 messages |
| 2010-08-25 23:26:23 | eric.araujo | create | |