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

Serhiy Storchaka report at bugs.python.org
Sun May 19 12:11:22 CEST 2013


Serhiy Storchaka added the comment:

Here is a patch which changes TypeError to binascii.Error in b32decode() and fixes the documentation and tests.

----------
keywords: +patch
stage:  -> patch review
Added file: http://bugs.python.org/file30310/b32decode_exception.patch

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


More information about the docs mailing list