diff options
author | Facundo Batista <facundobatista@gmail.com> | 2007-04-24 13:54:38 (GMT) |
---|---|---|
committer | Facundo Batista <facundobatista@gmail.com> | 2007-04-24 13:54:38 (GMT) |
commit | d918a65802b062b1ce27e97abf749a8505ebb535 (patch) | |
tree | 2ea6a4087ae2eabea8df795281cde728282bb996 | |
parent | 556697e41253a462b63e41022fcae605d76c7efa (diff) | |
download | cpython-d918a65802b062b1ce27e97abf749a8505ebb535.zip cpython-d918a65802b062b1ce27e97abf749a8505ebb535.tar.gz cpython-d918a65802b062b1ce27e97abf749a8505ebb535.tar.bz2 |
Added a comment about last change in urllib2.py (all 2xx responses
are ok now).
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |