commit | 1fba2ffc37da52c08db51fe4360459990b0311c9 | [log] [tgz] |
---|---|---|
author | Tal Einat <taleinat+github@gmail.com> | Fri Sep 28 08:57:22 2018 +0300 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Sep 27 22:57:22 2018 -0700 |
tree | 1e4f16b34025650937e3f9b5285351e2b8de7c59 | |
parent | 9df346bf98069a87de14a3c2f69009d800994c63 [diff] |
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563) Improvements: 1. Include the number of valid data characters in the error message. 2. Mention "number of data characters" rather than "length". https://bugs.python.org/issue34736