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 Kenny Trytek, chason.chaffin, r.david.murray, steven.daprano
Date 2018-01-25.14:28:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516890497.9.0.467229070634.issue32657@psf.upfronthosting.co.za>
In-reply-to
Content
Chason: that does look like a bug.

Mutable defaults are best to avoid, but if they are used read-only and not passed down further it isn't a problem.  send_message was modeled on sendmail, and so copied it's use of defaults (which date from quite some time back :), but obviously I missed that mutation of the value in the code review of the patch that added those lines :(
History
Date User Action Args
2018-01-25 14:28:17r.david.murraysetrecipients: + r.david.murray, steven.daprano, Kenny Trytek, chason.chaffin
2018-01-25 14:28:17r.david.murraysetmessageid: <1516890497.9.0.467229070634.issue32657@psf.upfronthosting.co.za>
2018-01-25 14:28:17r.david.murraylinkissue32657 messages
2018-01-25 14:28:17r.david.murraycreate