]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError...
authorJason R. Coombs <jaraco@jaraco.com>
Mon, 7 Nov 2011 15:50:32 +0000 (10:50 -0500)
committerJason R. Coombs <jaraco@jaraco.com>
Mon, 7 Nov 2011 15:50:32 +0000 (10:50 -0500)
commitaa204dbe9c83302781f7b9d7df6db225b3661f9e
tree4414eab7cde62cafdb8b833c0c4ab5e45a7697ee
parenta90e364ea5c301e76e67e23e2162f4fa8066a6f3
Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface.
Lib/test/test_urllib2.py
Lib/urllib/error.py