From a91a02a76d35bedb5eb9ed2b06c43c0250a872c8 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 15 Apr 2002 23:56:04 +0000 Subject: [PATCH] I expect test_univnewlines to be skipped on Windows. I expect this because it *is* skipped. I'm not entirely sure it should be skipped, but figuring that out would take actual thought . --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 843deefbec..18decfeb06 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -511,6 +511,7 @@ _expectations = { test_socketserver test_sunaudiodev test_timing + test_univnewlines """, 'linux2': """ -- 2.50.1