Message71423
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). |
|
| Date |
User |
Action |
Args |
| 2008-08-19 15:16:08 | pitrou | set | recipients:
+ pitrou, georg.brandl, teoliphant, scoder, benjamin.peterson |
| 2008-08-19 15:16:07 | pitrou | set | messageid: <[email protected]> |
| 2008-08-19 15:16:07 | pitrou | link | issue2394 messages |
| 2008-08-19 15:16:07 | pitrou | create | |
|