Benjamin Peterson <benja...@python.org> added the comment:

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.

----------
nosy: +benjamin.peterson
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34889>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to