diff -r 99db0ca554d9 Misc/NEWS --- a/Misc/NEWS Mon Apr 14 13:13:01 2014 -0400 +++ b/Misc/NEWS Mon Apr 14 14:16:28 2014 -0400 @@ -42,7 +42,7 @@ 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.