blob: 99bf169308c018fe37944fa8868bd363f679ab1d [file] [log] [blame]
:func:`base64.b32decode` could raise UnboundLocalError or OverflowError for
incorrect padding. Now it always raises :exc:`base64.Error` in these cases.