]> granicus.if.org Git - python/commit
bpo-33365: print the header values beside the keys (GH-6611)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Jun 2018 13:52:44 +0000 (06:52 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jun 2018 13:52:44 +0000 (06:52 -0700)
commit34cd4821ed97639896f85bdf0c0d5c75b23f8a76
tree769cf8fa4c7dc3bafbb2318ded4c6067ee22c6b5
parent8c19a44b63033e9c70e9b552476baecb6e3e9451
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.
(cherry picked from commit 936f03e7fafc28fd6fdfba11d162c776b89c0167)

Co-authored-by: Marco Strigl <mstrigl@suse.com>
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]