[issue19917] [httplib] logging information for request is not pretty printed

Senthil Kumaran report at bugs.python.org
Tue Jun 17 16:01:21 CEST 2014


Senthil Kumaran added the comment:

I believe, repr() is the correct call here. You should know the proper  end of line characters like \n, \r\n which were sent in the request while debugging. A pretty print here, while look good, might remove that capability and thus may not add any value in my opinion.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19917>
_______________________________________


More information about the Python-bugs-list mailing list