From: Tim Peters Date: Sun, 30 Jul 2006 00:58:15 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5b3~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da9face1fe36c2089a08a6ef1777025f14ed2f48;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/test/test_uuid.py b/Lib/test/test_uuid.py index 5b6bf60e9e21..0586cfddb777 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