This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients BreamoreBoy, ajaksu2, barry, r.david.murray, rndblnch
Date 2012-05-27.20:37:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338151076.12.0.206139558694.issue1672568@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-27 20:37:56r.david.murraysetrecipients: + r.david.murray, barry, rndblnch, ajaksu2, BreamoreBoy
2012-05-27 20:37:56r.david.murraysetmessageid: <1338151076.12.0.206139558694.issue1672568@psf.upfronthosting.co.za>
2012-05-27 20:37:55r.david.murraylinkissue1672568 messages
2012-05-27 20:37:53r.david.murraycreate