]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 28 May 2013 12:30:38 +0000 (15:30 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 28 May 2013 12:30:38 +0000 (15:30 +0300)
commit77a3ad743f604c11c23ec6c0100360675b5676f8
tree3fbf73cc3974ee35ab3d431dc4c63eab156f02ab
parent3801f632dcbf5f4f2d0bfe9d5f55cf53da8df5db
parentea2b490f3dad99cfd677be9fd0c730622a723f38
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.
Lib/base64.py
Misc/NEWS