Message71428
| 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:59 | pitrou | set | recipients: + pitrou, georg.brandl, teoliphant, scoder, benjamin.peterson |
| 2008-08-19 15:38:58 | pitrou | set | messageid: <1219160338.81.0.933307910347.issue2394@psf.upfronthosting.co.za> |
| 2008-08-19 15:38:58 | pitrou | link | issue2394 messages |
| 2008-08-19 15:38:58 | pitrou | create | |