Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 779e7c933e777270897b1e35fa9e5b12eee12af9 https://github.com/python/cpython/commit/779e7c933e777270897b1e35fa9e5b12eee12af9 Author: Stéphane Wirtel <stephane at wirtel.be> Date: 2017年05月25日 (2017年5月25日) Changed paths: M Lib/smtplib.py Log Message: ----------- bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1788)