]> granicus.if.org Git - python/commit
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1788)
authorStéphane Wirtel <stephane@wirtel.be>
Wed, 24 May 2017 18:24:27 +0000 (20:24 +0200)
committerXiang Zhang <angwerzx@126.com>
Wed, 24 May 2017 18:24:27 +0000 (02:24 +0800)
commit779e7c933e777270897b1e35fa9e5b12eee12af9
tree9704e78a3299141bf32b732f806e4a11fd8cfad2
parent9395ca40f27a3e3c436ad1796c9194343511f057
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1788)
Lib/smtplib.py