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:38:56
SpamBayes Score 0.0025499554
Marked as misclassified No
Message-id <1219160338.81.0.933307910347.issue2394@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to support comparisons of memoryview objects with other
objects offering the buffer interface. Two objects are equal if their
buffers have the same characteristics and compare equal bytewise.
It also improves the test in test_codecs.py, ensuring the problem has
been fixed.
History
Date User Action Args
2008-08-19 15:38:59pitrousetrecipients: + pitrou, georg.brandl, teoliphant, scoder, benjamin.peterson
2008-08-19 15:38:58pitrousetmessageid: <1219160338.81.0.933307910347.issue2394@psf.upfronthosting.co.za>
2008-08-19 15:38:58pitroulinkissue2394 messages
2008-08-19 15:38:58pitroucreate