]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:19:22 +0000 (20:19 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Jan 2026 19:19:22 +0000 (19:19 +0000)
commitcbfebb1bc5d6a658dbb2784e5a3a5f3fcd4bea30
treec297a5e2ecc9ce5d1cc7bcb4d1c8b41150917a84
parent62489c853339617faf4ecb680ab125fa894cbe21
[3.13] gh-144027: Fix documentation for ignorechars in base64.a85decode() (GH-144028) (GH-144193)

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