From: Senthil Kumaran Date: Mon, 14 Apr 2014 18:32:20 +0000 (-0400) Subject: Fix the NEWS Entry item. (Thanks Stéphane Wirtel) X-Git-Tag: v3.4.1rc1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1343b25fbad990afb9287875e097853edc8032fb;p=python Fix the NEWS Entry item. (Thanks Stéphane Wirtel) --- diff --git a/Misc/NEWS b/Misc/NEWS index 9629b5e60f..2dedeb4bc4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -33,7 +33,7 @@ Core and Builtins Library ------- -- Issue #7776: Fix ``Host:'' header and reconnection when using +- 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.