New submission from Martin Panter:

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?

----------
components: +email
nosy: +barry, r.david.murray, vadmium

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24337>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to