diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2018-09-08 01:20:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-08 01:20:27 (GMT) |
commit | eb6ab73f93c8b883a8d75a83560e2b4c59170d95 (patch) | |
tree | 8f26cf42c7bef651024feb3676c001857a228d55 /setup.py | |
parent | 963bcc8b71e4ab8c9ee9a91ed1300b6e39219821 (diff) | |
download | cpython-eb6ab73f93c8b883a8d75a83560e2b4c59170d95.zip cpython-eb6ab73f93c8b883a8d75a83560e2b4c59170d95.tar.gz cpython-eb6ab73f93c8b883a8d75a83560e2b4c59170d95.tar.bz2 |
[3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)
Some methods of the SMTP class use mutable default arguments. Specially
`send_message` is affected as it mutates one of the args by appending items
to it, which has side effects on further calls..
(cherry picked from commit d5fbe9b1a3d65ceeb9159c5ba999ee966a945f76)
Co-authored-by: Pablo Aguiar <scorphus@gmail.com>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions