]> granicus.if.org Git - python/commit
bpo-33770: improve base64 exception message for encoded inputs of invalid length...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 10 Jun 2018 21:37:14 +0000 (14:37 -0700)
committerNed Deily <nad@python.org>
Sun, 10 Jun 2018 21:37:14 +0000 (17:37 -0400)
commit053d6c5ce246e6ba9c046467b02a0b6ba4abb8bf
treedb7ad69d428e7f6e1353c4d892202554c247c133
parent2adfeef1853262b207a1993e523f0f3ba708dd9f
bpo-33770: improve base64 exception message for encoded inputs of invalid length (GH-7416) (GH-7602)

(cherry picked from commit 1b85c71a2136d3fa6a1da05b27b1fe4e4b8ee45e)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Lib/test/test_binascii.py
Misc/NEWS.d/next/Library/2018-06-05-11-29-26.bpo-33770.oBhxxw.rst [new file with mode: 0644]
Modules/binascii.c