]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-125346: Add more base64 tests (GH-141061) (GH-141130)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 6 Nov 2025 11:03:59 +0000 (13:03 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Nov 2025 11:03:59 +0000 (11:03 +0000)
commitfd17ee026fa9b67f6288cbafe374a3e479fe03a5
treedc78a66cc10715f20f67b0781b55f41f976f2cad
parent6d5636c7c6f59ad04f2bf1374854f246b3679cc2
[3.14] gh-125346: Add more base64 tests (GH-141061) (GH-141130)

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