]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 5 Jan 2020 12:15:50 +0000 (14:15 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 12:15:50 +0000 (14:15 +0200)
commitb19c0d77e6f25ea831ab608c71f15d0d9266c8c4
tree42f6ede3be2365c767fd15a0faf4baa3f9a82f11
parent41ec17e45d54473d32f543396293256f1581e44d
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)
Lib/base64.py
Lib/test/test_base64.py
Misc/NEWS.d/next/Library/2019-12-15-19-23-23.bpo-39055.FmN3un.rst [new file with mode: 0644]