Message89845
| Author | pitrou |
|---|---|
| Recipients | pitrou |
| Date | 2009-06-29.14:50:23 |
| SpamBayes Score | 8.433993e-05 |
| Marked as misclassified | No |
| Message-id | <1246287025.24.0.710832148778.issue6369@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The bug is due to bytes-indexing returning an int in py3k while it returns another bytes object in trunk. Here is a patch. I don't know how to reliably test for it, though. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-06-29 14:50:25 | pitrou | set | recipients: + pitrou |
| 2009-06-29 14:50:25 | pitrou | set | messageid: <1246287025.24.0.710832148778.issue6369@psf.upfronthosting.co.za> |
| 2009-06-29 14:50:23 | pitrou | link | issue6369 messages |
| 2009-06-29 14:50:23 | pitrou | create | |