[issue36522] http/client.py does not print duplicate header values in debug

2019-04-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 3.6 take only security bugs fixes now. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6 ___ Python tracker

[issue36522] http/client.py does not print duplicate header values in debug

2019-04-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 6f9cd142a20d0d2a5825a9db376ce0ddf1933694 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7': bpo-36522: Print all values for headers with multiple values. (GH-12681) (GH-12682)

[issue36522] http/client.py does not print duplicate header values in debug

2019-04-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 461c416dd78a98f2bba7f323af8c9738e060b6f2 by Serhiy Storchaka (Matt Houglum) in branch 'master': bpo-36522: Print all values for headers with multiple values. (GH-12681)

[issue36522] http/client.py does not print duplicate header values in debug

2019-04-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +12610 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36522] http/client.py does not print duplicate header values in debug

2019-04-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12608 stage: -> patch review ___ Python tracker ___ ___

[issue36522] http/client.py does not print duplicate header values in debug

2019-04-03 Thread Matt Houglum
New submission from Matt Houglum : This is a follow-up to https://bugs.python.org/issue33365. The fix for that issue (see https://github.com/python/cpython/pull/6611) added a statement to also print header values, but it does not account for the case where multiple values exist for the same