]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125346: Add more base64 tests (GH-141061) (GH-141130) (GH-141133)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Nov 2025 12:32:42 +0000 (04:32 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Nov 2025 12:32:42 +0000 (14:32 +0200)
commit1be80bec7960f5ccd059e75f3dfbd45fca302947
tree8914e6e4595e3403f2c8d5b66af4082583601ab9
parent89cb8aa3bac8aad8cf5ffb007d14c12b8675008d
[3.13] gh-125346: Add more base64 tests (GH-141061) (GH-141130) (GH-141133)

(cherry picked from commit fd17ee026fa9b67f6288cbafe374a3e479fe03a5)

Add more tests for the altchars argument of b64decode() and for the map01
argument of b32decode().
(cherry picked from commit 13360efd385d1a7d0659beba03787ea3d063ef9b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_base64.py