]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144001: Support ignorechars in binascii.a2b_base64() and base64.b64decode() (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2026 18:11:40 +0000 (20:11 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 18:11:40 +0000 (20:11 +0200)
commit7febbe6b600e63544d5e7000cf377eeead858a39
treedff92c4ae274dae7e3bc8b953847da60cfcdc599
parent9181d776daf87f0e4e2ce02c08f162150fdf7d79
gh-144001: Support ignorechars in binascii.a2b_base64() and base64.b64decode() (GH-144024)
13 files changed:
Doc/library/base64.rst
Doc/library/binascii.rst
Doc/whatsnew/3.15.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/base64.py
Lib/test/test_base64.py
Lib/test/test_binascii.py
Misc/NEWS.d/next/Library/2026-01-19-10-26-59.gh-issue-144001.dGj8Nk.rst [new file with mode: 0644]
Modules/binascii.c
Modules/clinic/binascii.c.h