]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36522: Print all values for headers with multiple values. (GH-12681) (GH-12682) 12692/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Apr 2019 08:25:59 +0000 (01:25 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 Apr 2019 08:25:59 +0000 (11:25 +0300)
commit6f9cd142a20d0d2a5825a9db376ce0ddf1933694
tree433d5cc461654517e6c39c41bc4fe8fada92a4dd
parent513d142993bb8c13e6803727fa086e44eafc360f
bpo-36522: Print all values for headers with multiple values. (GH-12681) (GH-12682)

(cherry picked from commit 461c416dd78a98f2bba7f323af8c9738e060b6f2)

Co-authored-by: Matt Houglum <houglum@google.com>
Lib/http/client.py
Lib/test/test_httplib.py
Misc/NEWS.d/next/Library/2019-04-03-20-46-47.bpo-36522.g5x3By.rst [new file with mode: 0644]