diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-07-30 00:58:15 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-07-30 00:58:15 (GMT) |
commit | da9face1fe36c2089a08a6ef1777025f14ed2f48 (patch) | |
tree | 6a3b4c85bcdc53b49102d4f3fac294eca0fc6a8e /Lib/test/test_uuid.py | |
parent | ad416d056fdd1aa3754bb5e924d0218112e0e362 (diff) | |
download | cpython-da9face1fe36c2089a08a6ef1777025f14ed2f48.zip cpython-da9face1fe36c2089a08a6ef1777025f14ed2f48.tar.gz cpython-da9face1fe36c2089a08a6ef1777025f14ed2f48.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_uuid.py')
-rw-r--r-- | Lib/test/test_uuid.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/test_uuid.py b/Lib/test/test_uuid.py index 5b6bf60..0586cfd 100644 --- a/Lib/test/test_uuid.py +++ b/Lib/test/test_uuid.py @@ -295,7 +295,7 @@ class TestUUID(TestCase): 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 @@ class TestUUID(TestCase): 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 @@ class TestUUID(TestCase): 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 |