[Python-checkins] r50963 - python/trunk/Lib/test/test_uuid.py

tim.peters python-checkins at python.org
Sun Jul 30 02:58:16 CEST 2006


Author: tim.peters
Date: Sun Jul 30 02:58:15 2006
New Revision: 50963

Modified:
   python/trunk/Lib/test/test_uuid.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/test/test_uuid.py
==============================================================================
--- python/trunk/Lib/test/test_uuid.py	(original)
+++ python/trunk/Lib/test/test_uuid.py	Sun Jul 30 02:58:15 2006
@@ -295,7 +295,7 @@
     def test_ifconfig_getnode(self):
         import sys
         print >>sys.__stdout__, \
-"""    WARNING: uuid._ifconfig_getnode is unreliable on many platforms.  
+"""    WARNING: uuid._ifconfig_getnode is unreliable on many platforms.
         It is disabled until the code and/or test can be fixed properly."""
         return
 
@@ -324,7 +324,7 @@
     def test_unixdll_getnode(self):
         import sys
         print >>sys.__stdout__, \
-"""    WARNING: uuid._unixdll_getnode is unreliable on many platforms.  
+"""    WARNING: uuid._unixdll_getnode is unreliable on many platforms.
         It is disabled until the code and/or test can be fixed properly."""
         return
 
@@ -340,7 +340,7 @@
     def test_getnode(self):
         import sys
         print >>sys.__stdout__, \
-"""    WARNING: uuid.getnode is unreliable on many platforms.  
+"""    WARNING: uuid.getnode is unreliable on many platforms.
         It is disabled until the code and/or test can be fixed properly."""
         return
 


More information about the Python-checkins mailing list