]> granicus.if.org Git - python/commitdiff
Added a comment about last change in urllib2.py (all 2xx responses
authorFacundo Batista <facundobatista@gmail.com>
Tue, 24 Apr 2007 13:54:38 +0000 (13:54 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Tue, 24 Apr 2007 13:54:38 +0000 (13:54 +0000)
are ok now).

Misc/NEWS

index b84d0b555a137ba235df8eb305f780a9eba3b345..0fdf4a1d54954aded8d703744f936b9a42f700fa 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -209,6 +209,10 @@ Core and builtins
 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.
+
 - Bug #1290505: time.strptime's internal cache of locale information is now
   properly recreated when the locale is changed.