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 benjamin.peterson
Recipients alex.henrie, benjamin.peterson, josh.r
Date 2018-10-04.02:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538621501.44.0.545547206417.issue34889@psf.upfronthosting.co.za>
In-reply-to
Content
It may be acceptable to allow for byteorder="native", but making the default native will make it too easy for people to write code that works great on their machine but not machines with the opposite endianess. Byte order is something you should explicitly think about everything you serialize an integer. So, I'm going to reject this proposal as stated.
History
Date User Action Args
2018-10-04 02:51:41benjamin.petersonsetrecipients: + benjamin.peterson, josh.r, alex.henrie
2018-10-04 02:51:41benjamin.petersonsetmessageid: <1538621501.44.0.545547206417.issue34889@psf.upfronthosting.co.za>
2018-10-04 02:51:41benjamin.petersonlinkissue34889 messages
2018-10-04 02:51:41benjamin.petersoncreate