]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141968: Use `bytearray.take_bytes` in `base64` `_b32encode` and `_b32decode` ...
authorCody Maloney <cmaloney@users.noreply.github.com>
Wed, 26 Nov 2025 15:44:25 +0000 (07:44 -0800)
committerGitHub <noreply@github.com>
Wed, 26 Nov 2025 15:44:25 +0000 (21:14 +0530)
commit2c1fdf3592cee02f7d2e2f250f2fbd67ddea0a2c
tree8da43b759d6bd444ae9c5302778b7dbf1f5d8887
parent2ff8608b4da33f667960e5099a1a442197acaea4
gh-141968: Use `bytearray.take_bytes` in `base64` `_b32encode` and `_b32decode` (#141971)
Lib/base64.py
Misc/NEWS.d/next/Library/2025-11-25-22-54-07.gh-issue-141968.vg3AMJ.rst [new file with mode: 0644]