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 martin.panter
Recipients barry, cool-RR, martin.panter, r.david.murray
Date 2015-05-31.11:23:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433071409.14.0.465304271938.issue24337@psf.upfronthosting.co.za>
In-reply-to
Content
HTTPMessage essentially has exactly the same functionality as email.message.Message. It has been suggested to replace it with an alias to the Message class; see Issue 5053. So perhaps it would be best to add __repr__() to the underlying Message class instead?

What information do you think should be included? The whole tostring() value? Specific header fields, such as Content-Type?
History
Date User Action Args
2015-05-31 11:23:29martin.pantersetrecipients: + martin.panter, barry, r.david.murray, cool-RR
2015-05-31 11:23:29martin.pantersetmessageid: <1433071409.14.0.465304271938.issue24337@psf.upfronthosting.co.za>
2015-05-31 11:23:29martin.panterlinkissue24337 messages
2015-05-31 11:23:28martin.pantercreate