]> granicus.if.org Git - python/commitdiff
News item for #16914.
authorR David Murray <rdmurray@bitdance.com>
Thu, 16 Apr 2015 21:16:15 +0000 (17:16 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 16 Apr 2015 21:16:15 +0000 (17:16 -0400)
Misc/NEWS

index c4a35b9810d1f7e5595c92b81012191635cf1288..6f2cd12aa965aa45de66050e4c01f8f4c426ae2d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #16914: new debuglevel 2 in smtplib adds timestamps to debug output.
+
 - Issue #7159: urllib.request now supports sending auth credentials
   automatically after the first 401.  This enhancement is a superset of the
   enhancement from issue #19494 and supersedes that change.