commit | c81e3a63af37630a49d1df6b4a52436aa1d6bf4e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Jan 30 15:04:31 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Jan 30 15:04:31 2006 +0000 |
tree | 523a44c9dc73c7820464e15e16bc6b4188c6de29 | |
parent | fd049a696de28f5f7a8e3ede30ce8bd7d35486ea [diff] [blame] |
Fix typo.
diff --git a/Misc/NEWS b/Misc/NEWS index ccb12e9..830583c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -347,7 +347,7 @@ Library ------- -- Patch #1349118: urllib2 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.