]> granicus.if.org Git - python/commit
As specified in RFC 2616, 2xx code indicates that the client's
authorFacundo Batista <facundobatista@gmail.com>
Mon, 23 Apr 2007 17:08:31 +0000 (17:08 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Mon, 23 Apr 2007 17:08:31 +0000 (17:08 +0000)
commit9fab9f103f21b42ffafc87ff5a4ce970735a7b17
tree448fa248d3060f85a6cfc1f9a70eb7434c65d4ea
parent9f87128d8b6282e3c1afd2cd08150e5f5de14290
As specified in RFC 2616, 2xx code indicates that the client's
request was successfully received, understood, and accepted.
Now in these cases no error is raised. Also fixed tests.
Lib/test/test_urllib2.py
Lib/urllib2.py