Kaydet (Commit) 6d5cf8a7 authored tarafından Steve Dower's avatar Steve Dower

Fixes expected error when getting encoding while shutting down.

üst 4db86bc1
......@@ -3276,7 +3276,7 @@ class CTextIOWrapperTest(TextIOWrapperTest):
class PyTextIOWrapperTest(TextIOWrapperTest):
io = pyio
shutdown_error = "ImportError: sys.meta_path is None, Python is likely shutting down"
shutdown_error = "LookupError: unknown encoding: ascii"
class IncrementalNewlineDecoderTest(unittest.TestCase):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment