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 vstinner
Recipients barry, brandtbucher, ethan.furman, mark.dickinson, mrabarnett, ncoghlan, petr.viktorin, rhettinger, serhiy.storchaka, veky, vstinner
Date 2021-09-16.07:36:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631777812.19.0.460257650201.issue45155@roundup.psfhosted.org>
In-reply-to
Content
> bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteorder) (#28265)

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)
History
Date User Action Args
2021-09-16 07:36:52vstinnersetrecipients: + vstinner, barry, rhettinger, mark.dickinson, ncoghlan, mrabarnett, petr.viktorin, ethan.furman, serhiy.storchaka, veky, brandtbucher
2021-09-16 07:36:52vstinnersetmessageid: <1631777812.19.0.460257650201.issue45155@roundup.psfhosted.org>
2021-09-16 07:36:52vstinnerlinkissue45155 messages
2021-09-16 07:36:52vstinnercreate