]> granicus.if.org Git - python/commit
Issue #23887: urllib.error.HTTPError now has a proper repr() representation.
authorFacundo Batista <facundo@taniquetil.com.ar>
Wed, 22 Apr 2015 21:35:54 +0000 (18:35 -0300)
committerFacundo Batista <facundo@taniquetil.com.ar>
Wed, 22 Apr 2015 21:35:54 +0000 (18:35 -0300)
commit244afcf26cfd32deb6d389c4f1358ae16303affb
treee99593970ecdf7979618e3d0f0d3cad28c7c4700
parentd209d646c996a9e990d8fd1466405d448bbfdb6d
Issue #23887: urllib.error.HTTPError now has a proper repr() representation.
Lib/test/test_urllib2.py
Lib/urllib/error.py
Misc/NEWS