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 barry, r.david.murray, vajrasky
Date 2013-07-21.15:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
It looks like you are still patching get_payload.  This should be a really simple patch against set_payload.

It occurs to me that there could be a backward compatibility concern if passing binary to set_payload currently actually works in some cases, so we definitely needs a bunch of test that do that to make sure they all fail before we fix the bug :)
History
Date User Action Args
2013-07-21 15:38:47r.david.murraysetrecipients: + r.david.murray, barry, vajrasky
2013-07-21 15:38:47r.david.murraysetmessageid: <[email protected]>
2013-07-21 15:38:47r.david.murraylinkissue18324 messages
2013-07-21 15:38:47r.david.murraycreate