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 barry
Recipients barry, brandtbucher, ethan.furman, mark.dickinson, mrabarnett, ncoghlan, petr.viktorin, rhettinger, serhiy.storchaka, veky, vstinner
Date 2021-09-14.05:07:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <75C3CCAB-BC42-4995-8A08-4972C82A0F58@python.org>
In-reply-to <1631554219.06.0.847255761234.issue45155@roundup.psfhosted.org>
Content
> I'd probably say "In the face of ambiguity, refuse the temptation to guess".
> 
> As there's disagreement about the 'correct' default, make it None and require either "big" or "little" if length > 1 (the default).

Jelle suggested that over in Discourse, and I’m not opposed, but it does mean that there’s no natural default for byteorder in int.from_bytes().
History
Date User Action Args
2021-09-14 05:07:09barrysetrecipients: + barry, rhettinger, mark.dickinson, ncoghlan, vstinner, mrabarnett, petr.viktorin, ethan.furman, serhiy.storchaka, veky, brandtbucher
2021-09-14 05:07:09barrylinkissue45155 messages
2021-09-14 05:07:09barrycreate