[docs] [issue18011] Inconsistency between b32decode() documentation, docstring and code

Serhiy Storchaka report at bugs.python.org
Thu Jan 9 00:00:44 CET 2014


Serhiy Storchaka added the comment:

This is not incompatible change because b32decode() already raised this type of an error. Third-party code which use b32decode() was either incorrect (if it catches only TypeError or binascii.Error when any of them could raised) or is not broken by this change.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18011>
_______________________________________


More information about the docs mailing list