summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorTal Einat <taleinat+github@gmail.com>2018-06-10 10:01:50 +0300
committerGitHub <noreply@github.com>2018-06-10 10:01:50 +0300
commit1b85c71a2136d3fa6a1da05b27b1fe4e4b8ee45e (patch)
tree33e452552b363273857b7499558959277171d1d7 /Misc
parent98a0e466cd94d4635769cfdfd397c43c07384595 (diff)
downloadcpython-git-1b85c71a2136d3fa6a1da05b27b1fe4e4b8ee45e.tar.gz
bpo-33770: improve base64 exception message for encoded inputs of invalid length (#7416)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-06-05-11-29-26.bpo-33770.oBhxxw.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-05-11-29-26.bpo-33770.oBhxxw.rst b/Misc/NEWS.d/next/Library/2018-06-05-11-29-26.bpo-33770.oBhxxw.rst
new file mode 100644
index 0000000000..a1529dda1a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-06-05-11-29-26.bpo-33770.oBhxxw.rst
@@ -0,0 +1 @@
+improve base64 exception message for encoded inputs of invalid length