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

facundo.batista python-checkins at python.org
Wed Sep 19 16:02:04 CEST 2007


Author: facundo.batista
Date: Wed Sep 19 16:02:03 2007
New Revision: 58207

Modified:
   python/trunk/Misc/NEWS
Log:

Annotated the correction to urllib.py, issue #1177


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Sep 19 16:02:03 2007
@@ -373,7 +373,7 @@
 
 - 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.


More information about the Python-checkins mailing list