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 7285d52 commit 633ebdaCopy full SHA for 633ebda
1 file changed
Lib/test/test_io.py
@@ -3079,8 +3079,7 @@ def test_rwpair_cleared_before_textio(self):
3079
3080
class PyTextIOWrapperTest(TextIOWrapperTest):
3081
io = pyio
3082
- #shutdown_error = "LookupError: unknown encoding: ascii"
3083
- shutdown_error = "TypeError: 'NoneType' object is not iterable"
+ shutdown_error = "LookupError: unknown encoding: ascii"
3084
3085
3086
class IncrementalNewlineDecoderTest(unittest.TestCase):
0 commit comments