]> granicus.if.org Git - python/commit
bpo-33365: print the header values beside the keys (GH-6611)
authorMarco Strigl <mstrigl@suse.com>
Tue, 19 Jun 2018 13:20:58 +0000 (15:20 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Jun 2018 13:20:58 +0000 (16:20 +0300)
commit936f03e7fafc28fd6fdfba11d162c776b89c0167
treed6b0e312d49674aed7bde34ce2674ffe343e10fc
parent1261bfa83db30b1cf86c1fb816cc167db77874cd
bpo-33365: print the header values beside the keys (GH-6611)

with debuglevel=1 only the header keys got printed. With
this change the header values get printed as well and the single
header entries get '\n' as a separator.
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS.d/next/Library/2018-05-08-15-01-10.bpo-33365.SicsAd.rst [new file with mode: 0644]