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 benjamin.peterson, georg.brandl, pitrou, scoder, teoliphant
Date 2008-08-19.15:16:03
SpamBayes Score 5.419772e-07
Marked as misclassified No
Message-id <1219158967.94.0.0721680126885.issue2394@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes a crash in the codecs module.
However, memoryview should also support comparisons (just == and !=)
with bytes/bytearray objects (or any buffer-enabled objects), otherwise
utf-8-sig produces wrong values (and there are no tests for it).
History
Date User Action Args
2008-08-19 15:16:08pitrousetrecipients: + pitrou, georg.brandl, teoliphant, scoder, benjamin.peterson
2008-08-19 15:16:07pitrousetmessageid: <1219158967.94.0.0721680126885.issue2394@psf.upfronthosting.co.za>
2008-08-19 15:16:07pitroulinkissue2394 messages
2008-08-19 15:16:07pitroucreate