From: R. David Murray Date: Thu, 11 Nov 2010 20:17:16 +0000 (+0000) Subject: Blocked revisions 86414 via svnmerge X-Git-Tag: v3.1.3rc1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64a820b4a2a5a55561bf3200dc67068ea19ff2a1;p=python Blocked revisions 86414 via svnmerge ........ r86414 | r.david.murray | 2010-11-11 15:09:20 -0500 (Thu, 11 Nov 2010) | 8 lines #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. ........ ---