]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144027: Fix documentation for ignorechars in base64.a85decode() (GH-144028)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 Jan 2026 18:55:48 +0000 (20:55 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Jan 2026 18:55:48 +0000 (20:55 +0200)
commit25a10b60b04ab2fa802409dc6f211cf2ca028a0a
treef00c9c4cdf570b3d46aa912ce6c729b9787af662
parent2f42f8334403bda2db98349518b51727269ec170
gh-144027: Fix documentation for ignorechars in base64.a85decode() (GH-144028)

It does not support an ASCII string.

Also add more tests.
Doc/library/base64.rst
Lib/test/test_base64.py