]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 Jan 2026 12:44:53 +0000 (14:44 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jan 2026 12:44:53 +0000 (14:44 +0200)
commita471a32f4b59c549378a7c1de96e0eba036ec77e
treedc0c7257e7cf70ad4d9560ce06acdfb63965ba0e
parente370c8db52d8b0983158ba6261ab227d8158b8b4
gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode() (GH-143216)
17 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/email/base64mime.py
Lib/email/contentmanager.py
Lib/plistlib.py
Lib/ssl.py
Lib/test/test_base64.py
Lib/test/test_binascii.py
Misc/NEWS.d/next/Library/2025-12-27-13-47-59.gh-issue-143214.gf6nZK.rst [new file with mode: 0644]
Modules/binascii.c
Modules/clinic/binascii.c.h