]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144001: Support ignoring the invalid pad character in Base64 decoding (GH-144306)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 5 Feb 2026 19:14:49 +0000 (21:14 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Feb 2026 19:14:49 +0000 (21:14 +0200)
commit4644fed8190e4646663605f3e824f0767a0d026d
tree5f8a0ad9f3f10e0322fc7e9721588df11063bad6
parentc81e1843d4bc0a51cf4f77d19b5ac4e49f714a0d
gh-144001: Support ignoring the invalid pad character in Base64 decoding (GH-144306)
Doc/library/base64.rst
Doc/library/binascii.rst
Lib/test/test_base64.py
Lib/test/test_binascii.py
Modules/binascii.c