[Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 whitespace

terry.reedy python-checkins at python.org
Sun Jun 8 20:58:27 CEST 2014


http://hg.python.org/cpython/rev/cd688d7a6c59
changeset:   91093:cd688d7a6c59
parent:      91090:a6546dc3e186
parent:      91092:94c927c14379
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Jun 08 14:57:42 2014 -0400
summary:
  Merge with 3.4 whitespace

files:
  Lib/idlelib/idle_test/test_autocomplete.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/idle_test/test_autocomplete.py b/Lib/idlelib/idle_test/test_autocomplete.py
--- a/Lib/idlelib/idle_test/test_autocomplete.py
+++ b/Lib/idlelib/idle_test/test_autocomplete.py
@@ -19,7 +19,7 @@
         self.indentwidth = 8
         self.tabwidth = 8
         self.context_use_ps1 = True
-        
+
 
 class AutoCompleteTest(unittest.TestCase):
 

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


More information about the Python-checkins mailing list