Berker Peksag added the comment:

HTTPError.__str__ already provides useful information: ``'HTTP Error %s: %s' % 
(self.code, self.msg)``, but since the change is minimal and useful, here is a 
patch.

----------
components: +Library (Lib)
keywords: +patch
nosy: +berker.peksag
stage:  -> patch review
type:  -> enhancement
versions: +Python 3.5 -Python 3.4
Added file: http://bugs.python.org/file38863/issue23887.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23887>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to