[issue6369] binhex buggy in py3k

Antoine Pitrou report at bugs.python.org
Mon Jun 29 16:50:25 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

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.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file14384/binhex.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6369>
_______________________________________


More information about the Python-bugs-list mailing list