commit | 366fcbac18e3adc41e3901580dbedb6a91e41a10 | [log] [tgz] |
---|---|---|
author | Idan Moral <idan22moral@gmail.com> | Tue Jul 20 01:42:19 2021 +0300 |
committer | GitHub <noreply@github.com> | Mon Jul 19 15:42:19 2021 -0700 |
tree | 0abd9419519cb97908c0aa83229f03605ceae571 | |
parent | e25e43e3556db782b51e96f7da4207c4d7914b1e [diff] |
bpo-44678: Separate error message for discontinuous padding in binascii.a2b_base64 strict mode (GH-27249) * Renamed assertLeadingPadding function to match logic * Added a separate error message for discontinuous padding * Updated the tests for discontinuous padding