From 4cf7e482a0c54bbdb243c008cc376a5cd8eb7303 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 7 Sep 2016 17:51:30 -0700 Subject: Fix expected error message in PyTextIOWrapperTest --- Lib/test/test_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_io.py b/Lib/test/test_io.py index c48ec3a..1115d9f 100644 --- a/Lib/test/test_io.py +++ b/Lib/test/test_io.py @@ -3276,7 +3276,7 @@ class CTextIOWrapperTest(TextIOWrapperTest): class PyTextIOWrapperTest(TextIOWrapperTest): io = pyio - shutdown_error = "LookupError: unknown encoding: ascii" + shutdown_error = "ImportError: sys.meta_path is None, Python is likely shutting down" class IncrementalNewlineDecoderTest(unittest.TestCase): -- cgit v0.12