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 berker.peksag
Recipients adrien-saladin, barry, berker.peksag, kxroberto, python-dev, r.david.murray, rhettinger
Date 2016-06-12.07:22:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465716165.85.0.175942517345.issue10839@psf.upfronthosting.co.za>
In-reply-to
Content
The API in Python 3 is very different and I'm not sure we can backport the expected behavior without breaking other people's code (unless we treat this as a security issue). Here is a naive backport for 2.7.

Known test failures: test_get_all, test_get_decoded_uu_payload, test_multipart_no_boundary
History
Date User Action Args
2016-06-12 07:22:45berker.peksagsetrecipients: + berker.peksag, barry, rhettinger, kxroberto, r.david.murray, adrien-saladin, python-dev
2016-06-12 07:22:45berker.peksagsetmessageid: <1465716165.85.0.175942517345.issue10839@psf.upfronthosting.co.za>
2016-06-12 07:22:45berker.peksaglinkissue10839 messages
2016-06-12 07:22:45berker.peksagcreate