This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Zoinkity..
Recipients Zoinkity..
Date 2015-12-17.20:18:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450383524.81.0.399490494849.issue25896@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-12-17 20:18:44Zoinkity..setrecipients: + Zoinkity..
2015-12-17 20:18:44Zoinkity..setmessageid: <1450383524.81.0.399490494849.issue25896@psf.upfronthosting.co.za>
2015-12-17 20:18:44Zoinkity..linkissue25896 messages
2015-12-17 20:18:44Zoinkity..create