Message71467
This patch changes all bytearray results (in indexing, tobytes()) to
bytes, and adds the implementation the tolist().
Note: the tolist() implementation only handles one-dimensional byte
buffers. It will have to be re-written using the struct module!
But at least once that patch applied, I think we may drop down this bug
to critical. |
|
| Date |
User |
Action |
Args |
| 2008-08-19 19:22:27 | pitrou | set | recipients:
+ pitrou, georg.brandl, teoliphant, scoder, benjamin.peterson |
| 2008-08-19 19:22:27 | pitrou | set | messageid: <[email protected]> |
| 2008-08-19 19:22:26 | pitrou | link | issue2394 messages |
| 2008-08-19 19:22:26 | pitrou | create | |
|