Barry A. Warsaw <[email protected]> added the comment:
On Sep 16, 2021, at 00:36, STINNER Victor <[email protected]> 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 ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45155> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
