mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix expected error message in PyTextIOWrapperTest
This commit is contained in:
parent
627b7556e8
commit
4cf7e482a0
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue