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 John.Edmonds
Recipients John.Edmonds, alexis, eric.araujo, tarek
Date 2011-06-26.01:41:20
SpamBayes Score 0.00029224475
Marked as misclassified No
Message-id <1309052482.64.0.305624875653.issue12169@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for reviewing the patch.  I don't believe I received an email for the review.  I think I have addressed your comment about the usage of str(body) by removing the call to str() and changing the tests to use byte literals.

As for the content-length changing in the tests, that is because encode_multipart uses '\r\n' to end lines while the previous code only ended lines in '\n'.
History
Date User Action Args
2011-06-26 01:41:22John.Edmondssetrecipients: + John.Edmonds, tarek, eric.araujo, alexis
2011-06-26 01:41:22John.Edmondssetmessageid: <1309052482.64.0.305624875653.issue12169@psf.upfronthosting.co.za>
2011-06-26 01:41:22John.Edmondslinkissue12169 messages
2011-06-26 01:41:22John.Edmondscreate