From: Facundo Batista Date: Wed, 19 Sep 2007 14:02:03 +0000 (+0000) Subject: Annotated the correction to urllib.py, issue #1177 X-Git-Tag: v2.6a1~1267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=673debfd63409d5a103269f770db01be54279c80;p=thirdparty%2FPython%2Fcpython.git Annotated the correction to urllib.py, issue #1177 --- diff --git a/Misc/NEWS b/Misc/NEWS index cb52c8177668..4503875f853c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -373,7 +373,7 @@ Library - As specified in RFC 2616, an HTTP response like 2xx indicates that the client's request was successfully received, understood, and accepted. - Now in these cases no error is raised in urllib2. + Now in these cases no error is raised in urllib (issue #1177) and urllib2. - Bug #1290505: time.strptime's internal cache of locale information is now properly recreated when the locale is changed.