changeset: 95698:de19c0ffe8d5 user: R David Murray date: Thu Apr 16 17:16:15 2015 -0400 files: Misc/NEWS description: News item for #16914. diff -r 65037930edb0 -r de19c0ffe8d5 Misc/NEWS --- a/Misc/NEWS Thu Apr 16 17:14:42 2015 -0400 +++ b/Misc/NEWS Thu Apr 16 17:16:15 2015 -0400 @@ -37,6 +37,8 @@ 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.