]> granicus.if.org Git - python/commit
#1466065: add validate option to base64.b64decode
authorR. David Murray <rdmurray@bitdance.com>
Thu, 11 Nov 2010 20:09:20 +0000 (20:09 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 11 Nov 2010 20:09:20 +0000 (20:09 +0000)
commit6495136e4018b626c40500bbd564fdfda9825587
tree3d49ba6a59663e6cff25a7f5f16942b7c5c8a3b0
parent49afa380fd86dfa07e68e7838adcdad38d3d8ba6
#1466065: add validate option to base64.b64decode

Patch by Neil Tallim.  This provides a mechanism for module
users to achieve RFC 3548 compliance in the cases where ignoring
non-base64-alphabet input characters is *not* mandated by the RFC that
references RFC 3548.
Doc/library/base64.rst
Lib/base64.py
Lib/test/test_base64.py
Misc/NEWS