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-16.14:44:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <FEA4D52C-BFFE-47FE-8921-1608AD6A1373@python.org>
In-reply-to <1631777812.19.0.460257650201.issue45155@roundup.psfhosted.org>
Content
On Sep 16, 2021, at 00:36, STINNER Victor <report@bugs.python.org> wrote:
> 
> The commit title is wrong, the default "big" not sys.byteorder:
> 
>    int.to_bytes(length=1, byteorder='big', *, signed=False)
>    int.from_bytes(bytes, byteorder='big', *, signed=False)

Oops
History
Date User Action Args
2021-09-16 14:44:30barrysetrecipients: + barry, rhettinger, mark.dickinson, ncoghlan, vstinner, mrabarnett, petr.viktorin, ethan.furman, serhiy.storchaka, veky, brandtbucher
2021-09-16 14:44:30barrylinkissue45155 messages
2021-09-16 14:44:30barrycreate