[Python-checkins] cpython (2.6): Whitespace normalization

barry.warsaw python-checkins at python.org
Tue Feb 21 02:44:32 CET 2012


http://hg.python.org/cpython/rev/19e6e55f09f3
changeset:   75101:19e6e55f09f3
branch:      2.6
user:        Barry Warsaw <barry at python.org>
date:        Mon Feb 20 20:44:15 2012 -0500
summary:
  Whitespace normalization

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


diff --git a/Lib/test/test_hash.py b/Lib/test/test_hash.py
--- a/Lib/test/test_hash.py
+++ b/Lib/test/test_hash.py
@@ -234,7 +234,7 @@
                               DatetimeDateTests,
                               DatetimeDatetimeTests,
                               DatetimeTimeTests)
-                              
+
 
 
 if __name__ == "__main__":

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


More information about the Python-checkins mailing list