summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFacundo Batista <facundobatista@gmail.com>2007-09-19 14:02:03 +0000
committerFacundo Batista <facundobatista@gmail.com>2007-09-19 14:02:03 +0000
commit673debfd63409d5a103269f770db01be54279c80 (patch)
treef6fb5ac881f9a6b9e83f20981756e01041016b93
parenta1afbf617d0a7dd33632f3666c7e0fab8e88febf (diff)
downloadcpython-git-673debfd63409d5a103269f770db01be54279c80.tar.gz
Annotated the correction to urllib.py, issue #1177
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cb52c81776..4503875f85 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.