Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db86bc commit 6d5cf8aCopy full SHA for 6d5cf8a
1 file changed
Lib/test/test_io.py
@@ -3276,7 +3276,7 @@ def test_rwpair_cleared_before_textio(self):
3276
3277
class PyTextIOWrapperTest(TextIOWrapperTest):
3278
io = pyio
3279
- shutdown_error = "ImportError: sys.meta_path is None, Python is likely shutting down"
+ shutdown_error = "LookupError: unknown encoding: ascii"
3280
3281
3282
class IncrementalNewlineDecoderTest(unittest.TestCase):
0 commit comments