Added a comment about last change in urllib2.py (all 2xx responses

are ok now).
This commit is contained in:
Facundo Batista 2007-04-24 13:54:38 +00:00
parent 556697e412
commit d918a65802
1 changed files with 4 additions and 0 deletions

View File

@ -209,6 +209,10 @@ Core and builtins
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.