summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-04-16 21:16:15 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-04-16 21:16:15 (GMT)
commit11c5aba6c9f72e8d46f33e4a3994d0626edaff93 (patch)
treeea7f1b18bd2ec4bf6e349e3e0196e52aeb481405 /Misc
parent0c49b896e6d78fbe3e52d1454f4f4112a3473a00 (diff)
downloadcpython-11c5aba6c9f72e8d46f33e4a3994d0626edaff93.zip
cpython-11c5aba6c9f72e8d46f33e4a3994d0626edaff93.tar.gz
cpython-11c5aba6c9f72e8d46f33e4a3994d0626edaff93.tar.bz2
News item for #16914.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c4a35b9..6f2cd12 100644
--- 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.