[Python-checkins] cpython: Whitespace normalization

barry.warsaw python-checkins at python.org
Mon Jun 4 18:02:48 CEST 2012


http://hg.python.org/cpython/rev/59ae1e96db1c
changeset:   77344:59ae1e96db1c
user:        Barry Warsaw <barry at python.org>
date:        Mon Jun 04 12:02:42 2012 -0400
summary:
  Whitespace normalization

files:
  Lib/test/test_sys.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -600,7 +600,7 @@
         self.assertEqual(sys.implementation.hexversion, hexversion)
 
         # PEP 421 requires that .name be lower case.
-        self.assertEqual(sys.implementation.name, 
+        self.assertEqual(sys.implementation.name,
                          sys.implementation.name.lower())
 
 

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


More information about the Python-checkins mailing list