This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:25pitrousetrecipients: + pitrou
2009-06-29 14:50:25pitrousetmessageid: <1246287025.24.0.710832148778.issue6369@psf.upfronthosting.co.za>
2009-06-29 14:50:23pitroulinkissue6369 messages
2009-06-29 14:50:23pitroucreate