mirror of
https://github.com/python/cpython.git
synced 2026-05-16 17:38:22 -04:00
Fix expected error message in PyTextIOWrapperTest
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user