]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144027: Fix documentation for ignorechars in base64.a85decode() (GH-144028...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Jan 2026 19:24:06 +0000 (20:24 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Jan 2026 19:24:06 +0000 (19:24 +0000)
commit1947d6ea5648bbd44452b536bca4643d7feb90ea
tree9a40ae0c700c2d9e25771f4140e17b3dc3a5a0d5
parent05356b1cc153108aaf27f3b72ce438af4aa218c0
[3.14] gh-144027: Fix documentation for ignorechars in base64.a85decode() (GH-144028) (GH-144192)

It does not support an ASCII string.

Also add more tests.
(cherry picked from commit 25a10b60b04ab2fa802409dc6f211cf2ca028a0a)

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