summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-12-19 15:13:44 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-12-19 15:13:44 (GMT)
commitfcb7513fc9034f1d40fbed311d0d06b30e57555c (patch)
tree928a8dc2e6419a7a1304748ecf3ae694b19fc51d /Misc
parent0faf90acc43484c934e816bb675bca0007d31c17 (diff)
downloadcpython-fcb7513fc9034f1d40fbed311d0d06b30e57555c.zip
cpython-fcb7513fc9034f1d40fbed311d0d06b30e57555c.tar.gz
cpython-fcb7513fc9034f1d40fbed311d0d06b30e57555c.tar.bz2
Add NEWS item
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8cb8ec8..c1a5052 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -197,6 +197,9 @@ Library
- Patch #1574068: fix urllib/urllib2 to not insert line breaks when
HTTP authentication data was very long.
+- Patch #1617413: fix urllib's support for HTTP Basic authentication via HTTPS
+ (patch by Dug Song).
+
- Fix a bug in traceback.format_exception_only() that led to an error
being raised when print_exc() was called without an exception set.
In version 2.4, this printed "None", restored that behavior.