Message 310658 - Python tracker

Message310658

Author steven.daprano
Recipients Kenny Trytek, steven.daprano
Date 2018-01-25.07:00:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516863602.79.0.467229070634.issue32657@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Kenny, and thanks, but I'm not sure what your point is. Are you claiming this is a bug in the code or the documentation?

For what it is worth... mutable defaults *are* a "gotcha", so the documentation isn't wrong. And mutable defaults are *not* illegal nor a bug and are occasionally useful. So I'm not sure why you are reporting this? Have you found a problem?

(I see that send_message gives rcpt_options a default of {} (empty dict) and then passes it to sendmail, which expects rcpt_options to be a list. I don't know if that matters.)
History
Date User Action Args
2018-01-25 07:00:02steven.dapranosetrecipients: + steven.daprano, Kenny Trytek
2018-01-25 07:00:02steven.dapranosetmessageid: <1516863602.79.0.467229070634.issue32657@psf.upfronthosting.co.za>
2018-01-25 07:00:02steven.dapranolinkissue32657 messages
2018-01-25 07:00:02steven.dapranocreate