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 rhettinger
Recipients barry, ethan.furman, ncoghlan, rhettinger, serhiy.storchaka
Date 2021-09-10.04:04:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631246655.52.0.530354993395.issue45155@roundup.psfhosted.org>
In-reply-to
Content
Serhiy is likely thinking of other the other cases.  Prior to this discussion, the principal use for to_bytes and from_bytes was for integers larger than a single byte.  If we're going to add a *byteorder* default, it needs to make sense for those cases as well.
History
Date User Action Args
2021-09-10 04:04:15rhettingersetrecipients: + rhettinger, barry, ncoghlan, ethan.furman, serhiy.storchaka
2021-09-10 04:04:15rhettingersetmessageid: <1631246655.52.0.530354993395.issue45155@roundup.psfhosted.org>
2021-09-10 04:04:15rhettingerlinkissue45155 messages
2021-09-10 04:04:15rhettingercreate