]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 20 Sep 2021 18:22:55 +0000 (13:22 -0500)
committerGitHub <noreply@github.com>
Mon, 20 Sep 2021 18:22:55 +0000 (13:22 -0500)
commit9510e6f3c797b4398aaf58abc1072b9db0a644f9
tree02cc57a588d356766df4bd191430c7cbdeca5a18
parent5846c9b71ee9277fe866b1bdee4cc6702323fe7e
bpo-45155: Apply new byteorder default values for int.to/from_bytes (GH-28465)
Lib/base64.py
Lib/hashlib.py
Lib/ipaddress.py
Lib/random.py
Lib/uuid.py