[New-bugs-announce] [issue25896] array.array accepting byte-order codes in format strings

Zoinkity . report at bugs.python.org
Thu Dec 17 15:18:44 EST 2015


New submission from Zoinkity .:

I'd like to propose allowing the use of byte-order characters in the typecode string used by the array.array class.  

This removes any ambiguity on the order of the data, especially when that data is not known and loaded from an outside source.  You wouldn't need to presume little or big endian machine byteorder or test the system to determine this.  Also, it removes the necessity of byteswapping data that isn't in the correct order.

----------
components: Extension Modules
messages: 256614
nosy: Zoinkity..
priority: normal
severity: normal
status: open
title: array.array accepting byte-order codes in format strings
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25896>
_______________________________________


More information about the New-bugs-announce mailing list