[Python-checkins] r54938 - python/trunk/Misc/NEWS

facundo.batista python-checkins at python.org
Tue Apr 24 15:54:40 CEST 2007


Author: facundo.batista
Date: Tue Apr 24 15:54:38 2007
New Revision: 54938

Modified:
   python/trunk/Misc/NEWS
Log:

Added a comment about last change in urllib2.py (all 2xx responses
are ok now).


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Apr 24 15:54:38 2007
@@ -209,6 +209,10 @@
 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.
 


More information about the Python-checkins mailing list