cpython/Lib/http
Miss Islington (bot) 34cd4821ed
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 936f03e7fa)

Co-authored-by: Marco Strigl <mstrigl@suse.com>
2018-06-19 06:52:44 -07:00
..
__init__.py Issue #23442: Rename two member names to stay backward compatible 2015-02-20 14:57:31 +02:00
client.py bpo-33365: print the header values beside the keys (GH-6611) 2018-06-19 06:52:44 -07:00
cookiejar.py #27364: fix "incorrect" uses of escape character in the stdlib. 2016-09-08 13:59:53 -04:00
cookies.py bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) 2018-04-23 03:58:51 +03:00
server.py bpo-33663: Convert content length to string before putting to header (GH-7754) 2018-06-18 14:41:08 -07:00