]> granicus.if.org Git - python/commit
#16914: add timestamps to smtplib debugging output via new debuglevel 2.
authorR David Murray <rdmurray@bitdance.com>
Thu, 16 Apr 2015 21:14:42 +0000 (17:14 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 16 Apr 2015 21:14:42 +0000 (17:14 -0400)
commit0c49b896e6d78fbe3e52d1454f4f4112a3473a00
treefc409039b96b9917b6f0b67587e9f616231f1446
parent4c7f995e805f4fddcf54b90f35ea30c7e26a4a95
#16914: add timestamps to smtplib debugging output via new debuglevel 2.

Patch by Gavin Chappell and Maciej Szulik.
Doc/library/smtplib.rst
Doc/whatsnew/3.5.rst
Lib/smtplib.py
Lib/test/test_smtplib.py
Misc/ACKS