diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2014-04-14 17:10:05 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2014-04-14 17:10:05 (GMT) |
commit | 166214c344202d269887ea06d219e6b121bd0927 (patch) | |
tree | c417ccfa4813984e94c688ab8344c7fcfc8cc268 /Misc | |
parent | ebdaaf40875fb8e29c7fbad5cc67221123995a8e (diff) | |
parent | 9da047b3a5d1a5421ee829aab1e9bc57427826c9 (diff) | |
download | cpython-166214c344202d269887ea06d219e6b121bd0927.zip cpython-166214c344202d269887ea06d219e6b121bd0927.tar.gz cpython-166214c344202d269887ea06d219e6b121bd0927.tar.bz2 |
merge from 3.4
Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel()
Patch by Nikolaus Rath.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ Core and Builtins Library ------- +- Issue #7776: Fix ``Host:'' header and reconnection when using + http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath. + - Issue #20968: unittest.mock.MagicMock now supports division. Patch by Johannes Baiter. |