commit | 1ce3eb5c5b4830e69b21865e2d723e22749544e0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 01 20:29:34 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 01 20:29:34 2010 +0000 |
tree | 324241bc0190ec3316b48ae4f5bd5b20e101bcf0 | |
parent | 42cb4626820e466177e49c283e37e15375c3efed [diff] |
Issue #8990: array.fromstring() and array.tostring() get renamed to frombytes() and tobytes(), respectively, to avoid confusion. Furthermore, array.frombytes(), array.extend() as well as the array.array() constructor now accept bytearray objects. Patch by Thomas Jollans.