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 skip.montanaro
Recipients LambertDW, skip.montanaro
Date 2009-02-26.03:32:15
SpamBayes Score 3.099435e-08
Marked as misclassified No
Message-id <1235619182.02.0.381918408559.issue5332@psf.upfronthosting.co.za>
In-reply-to
Content
I verified the bug.  I started to work on a patch (see attached), but
it quickly seems to get out-of-hand with tracebacks about stuff not
supporting the buffer API.  I suspect the real solution might involve
doing something to convert the bytes to strings read when in binary mode,
but I don't have any idea how to finesse the requirement of bytes() for
an encoding arg.
History
Date User Action Args
2009-02-26 03:33:02skip.montanarosetrecipients: + skip.montanaro, LambertDW
2009-02-26 03:33:02skip.montanarosetmessageid: <1235619182.02.0.381918408559.issue5332@psf.upfronthosting.co.za>
2009-02-26 03:32:16skip.montanarolinkissue5332 messages
2009-02-26 03:32:15skip.montanarocreate