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 andrei.avk
Recipients andrei.avk, kj, sxt1001, vstinner
Date 2022-01-23.00:31:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642897869.7.0.491394314259.issue45572@roundup.psfhosted.org>
In-reply-to
Content
I was wrong that the method is undocumented, it is documented but it doesn't explain the type of *headers* param.

The headers can also be more easily created using `email.message.Message()`.

I've added the PR documenting this param.
History
Date User Action Args
2022-01-23 00:31:09andrei.avksetrecipients: + andrei.avk, vstinner, kj, sxt1001
2022-01-23 00:31:09andrei.avksetmessageid: <1642897869.7.0.491394314259.issue45572@roundup.psfhosted.org>
2022-01-23 00:31:09andrei.avklinkissue45572 messages
2022-01-23 00:31:09andrei.avkcreate