]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:36 +0000 (06:52 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jun 2018 13:52:36 +0000 (06:52 -0700)
commit2edcf0a3db608457f42f4e4b74aff28237b4c91b
tree057065cf8dbf19dfc7bb4d2f8a697f5254baed10
parent53d1e9fad316e1404535157fe21cab8919f707c9
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]