[Python-checkins] cpython (3.3): Fix trailing whitespace.

georg.brandl python-checkins at python.org
Mon Feb 10 22:05:16 CET 2014


http://hg.python.org/cpython/rev/3c81185210da
changeset:   89122:3c81185210da
branch:      3.3
user:        Georg Brandl <georg at python.org>
date:        Mon Feb 10 22:05:16 2014 +0100
summary:
  Fix trailing whitespace.

files:
  Lib/idlelib/NEWS.txt |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,7 +3,7 @@
 
 - Issue #17390: Add Python version to Idle editor window title bar.
   Original patches by Edmond Burnett and Kent Johnson.
-  
+
 - Issue #18960: IDLE now ignores the source encoding declaration on the second
   line if the first line contains anything except a comment.
 
@@ -939,4 +939,3 @@
 --------------------------------------------------------------------
 Refer to HISTORY.txt for additional information on earlier releases.
 --------------------------------------------------------------------
-

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


More information about the Python-checkins mailing list