[Python-checkins] r86416 - python/branches/release27-maint

r.david.murray python-checkins at python.org
Thu Nov 11 21:18:23 CET 2010


Author: r.david.murray
Date: Thu Nov 11 21:18:23 2010
New Revision: 86416

Log:
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.
........


Modified:
   python/branches/release27-maint/   (props changed)


More information about the Python-checkins mailing list