R. David Murray <rdmur...@bitdance.com> added the comment:

OK, here is patch based on the new policy support in 3.3.  I have some concern 
that the behavior change it introduces might cause some issues, but since it 
seems like a reasonable change and is happening at a feature release boundary, 
I think it should be OK.

The behavior change is that now by default get_payload will always produce 
*some* kind of decoding of a base64 part, and will register defects if it finds 
padding errors or characters outside the base64 character set.

----------
keywords: +patch
Added file: http://bugs.python.org/file25737/base64_payload_defects.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1672568>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to