From deb121aec7185f0d8034453203c6be436b2951f5 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 11 Apr 2002 19:52:58 +0000 Subject: [PATCH] I don't expect test_email_codecs to run on Windows. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 826ac607b5e..b5ae97b160a 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -489,6 +489,7 @@ _expectations = { test_curses test_dbm test_dl + test_email_codecs test_fcntl test_fork1 test_gdbm