projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627b755
)
Fix expected error message in PyTextIOWrapperTest
author
Steve Dower
<steve.dower@microsoft.com>
Thu, 8 Sep 2016 00:51:30 +0000
(17:51 -0700)
committer
Steve Dower
<steve.dower@microsoft.com>
Thu, 8 Sep 2016 00:51:30 +0000
(17:51 -0700)
Lib/test/test_io.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_io.py
b/Lib/test/test_io.py
index c48ec3a23966952d8cec933788ecdbd1aee79c70..1115d9f1c284f9c453b30ea89d918d1ded0be40e 100644
(file)
--- a/
Lib/test/test_io.py
+++ b/
Lib/test/test_io.py
@@
-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):