Message 310641 - Python tracker

Message310641

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 Kenny Trytek
Recipients Kenny Trytek
Date 2018-01-24.22:44:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516833897.61.0.467229070634.issue32657@psf.upfronthosting.co.za>
In-reply-to
Content
Mutable arguments in signature of send_message:
https://github.com/python/cpython/blob/master/Lib/smtplib.py#L892-L893

More Information:
http://docs.python-guide.org/en/latest/writing/gotchas/#mutable-default-arguments
History
Date User Action Args
2018-01-24 22:44:57Kenny Tryteksetrecipients: + Kenny Trytek
2018-01-24 22:44:57Kenny Tryteksetmessageid: <1516833897.61.0.467229070634.issue32657@psf.upfronthosting.co.za>
2018-01-24 22:44:57Kenny Tryteklinkissue32657 messages
2018-01-24 22:44:57Kenny Trytekcreate