News item for #16914.

This commit is contained in:
R David Murray 2015-04-16 17:16:15 -04:00
parent 0c49b896e6
commit 11c5aba6c9

View file

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