[issue39055] base64.b64decode() with validate=True does not raise for a trailing \n

Serhiy Storchaka report at bugs.python.org
Sun Jan 5 07:15:53 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:


New changeset b19c0d77e6f25ea831ab608c71f15d0d9266c8c4 by Serhiy Storchaka in branch 'master':
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)
https://github.com/python/cpython/commit/b19c0d77e6f25ea831ab608c71f15d0d9266c8c4


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39055>
_______________________________________


More information about the Python-bugs-list mailing list