Annotated the correction to urllib.py, issue #1177

This commit is contained in:
Facundo Batista 2007-09-19 14:02:03 +00:00
parent a1afbf617d
commit 673debfd63
1 changed files with 1 additions and 1 deletions

View File

@ -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.