]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Annotated the correction to urllib.py, issue #1177
authorFacundo Batista <facundobatista@gmail.com>
Wed, 19 Sep 2007 14:02:03 +0000 (14:02 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Wed, 19 Sep 2007 14:02:03 +0000 (14:02 +0000)
Misc/NEWS

index cb52c817766853b6d734fd3004ca733380a936b4..4503875f853cee9d8ba56baf9bffde23dbf96a0d 100644 (file)
--- 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.