From: Martin v. Löwis Date: Mon, 30 Jan 2006 15:04:31 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.5a0~728 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c81e3a63af37630a49d1df6b4a52436aa1d6bf4e;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index ccb12e945db1..830583c04a60 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -347,7 +347,7 @@ Extension Modules 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.