diff options
author | Facundo Batista <facundobatista@gmail.com> | 2007-09-19 14:02:03 +0000 |
---|---|---|
committer | Facundo Batista <facundobatista@gmail.com> | 2007-09-19 14:02:03 +0000 |
commit | 673debfd63409d5a103269f770db01be54279c80 (patch) | |
tree | f6fb5ac881f9a6b9e83f20981756e01041016b93 | |
parent | a1afbf617d0a7dd33632f3666c7e0fab8e88febf (diff) | |
download | cpython-git-673debfd63409d5a103269f770db01be54279c80.tar.gz |
Annotated the correction to urllib.py, issue #1177
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |