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, cool-RR, martin.panter, r.david.murray
Date 2016-09-08.17:12:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473354762.81.0.061377790714.issue24337@psf.upfronthosting.co.za>
In-reply-to
Content
I would suggest something like:

  <email.message.Message instance at 0xXXXXXXX with NN headers and MM MIME parts>
  <email.message.Message instance at 0xXXXXXXX with NN headers and MM body lines>

The second case should be rare these days for email, but would (I think?) show 0 body lines for an HTTPMessage.  If I'm right it might actually make sense to have a separate repr for HTTPMessage that omitted the body line count.
History
Date User Action Args
2016-09-08 17:12:42r.david.murraysetrecipients: + r.david.murray, barry, cool-RR, martin.panter
2016-09-08 17:12:42r.david.murraysetmessageid: <1473354762.81.0.061377790714.issue24337@psf.upfronthosting.co.za>
2016-09-08 17:12:42r.david.murraylinkissue24337 messages
2016-09-08 17:12:42r.david.murraycreate