Message100891
Le Thu, 11 Mar 2010 22:03:37 +0000,
Fredrik Lundh <report@bugs.python.org> a écrit :
>
> >>> import array
> >>> array.array("i", [1, 2, 3]).tostring()
> b'\x01\x00\x00\x00\x02\x00\x00\x00\x03\x00\x00\x00'
The fact that array is old, rusty and slightly broken doesn't meen we
should propagate that brokenness to other Python modules.
Also, as David said, the fact that you think there is a bug
here doesn't mean everyone would agree.
Finally, the behaviour you seem to be looking for could be added
as a separated API or an optional method argument. Patches welcome. |
|
Date |
User |
Action |
Args |
2010-03-11 23:01:23 | pitrou | set | recipients:
+ pitrou, effbot, georg.brandl, scoder, r.david.murray, flox |
2010-03-11 23:01:20 | pitrou | link | issue8047 messages |
2010-03-11 23:01:20 | pitrou | create | |
|