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, cnicodeme, jwilk, msapiro, r.david.murray
Date 2018-11-06.19:24:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541532299.8.0.788709270274.issue34155@psf.upfronthosting.co.za>
In-reply-to
Content
The formatting of that doctest paragraph got messed up.  Let me try again:

    >>> m = message_from_string("From: John Doe jdoe@example.com <other@example.net>\n\n", policy=default)
    >>> m['From'].addresses
    (Address(display_name='', username='John Doe jdoe', domain='example.com'),)
History
Date User Action Args
2018-11-06 19:24:59r.david.murraysetrecipients: + r.david.murray, barry, msapiro, jwilk, cnicodeme
2018-11-06 19:24:59r.david.murraysetmessageid: <1541532299.8.0.788709270274.issue34155@psf.upfronthosting.co.za>
2018-11-06 19:24:59r.david.murraylinkissue34155 messages
2018-11-06 19:24:59r.david.murraycreate