From c81e3a63af37630a49d1df6b4a52436aa1d6bf4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 30 Jan 2006 15:04:31 +0000 Subject: Fix typo. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index ccb12e945d..830583c04a 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. -- cgit v1.2.1