[Python-checkins] cpython (2.7): reindent for consistency

benjamin.peterson python-checkins at python.org
Sun May 18 00:07:44 CEST 2014


http://hg.python.org/cpython/rev/f0af44a466e6
changeset:   90735:f0af44a466e6
branch:      2.7
parent:      90732:28ce7dd2070b
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat May 17 14:53:04 2014 -0700
summary:
  reindent for consistency

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,9 +49,9 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list