]> granicus.if.org Git - python/commit
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 28 May 2013 12:27:29 +0000 (15:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 28 May 2013 12:27:29 +0000 (15:27 +0300)
commitea2b490f3dad99cfd677be9fd0c730622a723f38
treeac37b1311dcd38f2aa9f56ffe92d50856fbee6b3
parentfef952a60749477cb612203cd09d208869b6e5e2
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
non-alphabet characters present in the input string to conform a docstring.
Updated the module documentation.
Doc/library/base64.rst
Lib/base64.py
Lib/test/test_base64.py
Misc/NEWS