From: Benjamin Peterson Date: Sat, 17 May 2014 21:53:04 +0000 (-0700) Subject: reindent for consistency X-Git-Tag: v2.7.7rc1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2a66f20eaf6d28825cca9f3b55a3fa33fbd87b3;p=python reindent for consistency --- diff --git a/Misc/NEWS b/Misc/NEWS index 646f4cbff7..106409ccb2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -49,9 +49,9 @@ Core and Builtins Library ------- -- Issue #7776: Backport Fix ``Host:'' header and reconnection when using - http.client.HTTPConnection.set_tunnel() from Python 3. - Patch by Nikolaus Rath. +- Issue #7776: Backport Fix ``Host:'' header and reconnection when using + http.client.HTTPConnection.set_tunnel() from Python 3. Patch by Nikolaus + Rath. - Issue #21306: Backport hmac.compare_digest from Python 3. This is part of PEP 466.