Fix the NEWS Entry item. (Thanks Stéphane Wirtel)

This commit is contained in:
Senthil Kumaran 2014-04-14 14:32:20 -04:00
parent 44da19a63d
commit 1343b25fba
1 changed files with 1 additions and 1 deletions

View File

@ -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.