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 maxking
Recipients Michala, barry, maxking, r.david.murray, radar383
Date 2019-06-14.18:52:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560538371.39.0.224817923589.issue31445@roundup.psfhosted.org>
In-reply-to
Content
I can't reproduce this issue on the latest master branch. This seems to be fixed as a part of a different PR I suppose.

    >>> import email
    >>> msg = email.message_from_string("From: Bonifac Karaka : bonikar@gmail.com")
    >>> msg['From']
    'Bonifac Karaka : bonikar@gmail.com'

This is very similar to bpo-32178, which also is now fixed.

@david, @barry, I think we can close this issue.
History
Date User Action Args
2019-06-14 18:52:51maxkingsetrecipients: + maxking, barry, r.david.murray, Michala, radar383
2019-06-14 18:52:51maxkingsetmessageid: <1560538371.39.0.224817923589.issue31445@roundup.psfhosted.org>
2019-06-14 18:52:51maxkinglinkissue31445 messages
2019-06-14 18:52:51maxkingcreate