projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd049a6
)
Fix typo.
author
Martin v. Löwis
<martin@v.loewis.de>
Mon, 30 Jan 2006 15:04:31 +0000
(15:04 +0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Mon, 30 Jan 2006 15:04:31 +0000
(15:04 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index ccb12e945db1d3e99641be748c804d36b407fe52..830583c04a606e808d3681c9c2f8c533a73ca3c0 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-347,7
+347,7
@@
Extension Modules
Library
-------
-- Patch #1349118: urllib
2
now supports user:pass@ style proxy
+- Patch #1349118: urllib now supports user:pass@ style proxy
specifications, raises IOErrors when proxies for unsupported protocols
are defined, and uses the https proxy on https redirections.