Kaydet (Commit) e7028ac5 authored tarafından Walter Dörwald's avatar Walter Dörwald

Fix typo.

üst c3502467
...@@ -60,7 +60,7 @@ class SysModuleTest(unittest.TestCase): ...@@ -60,7 +60,7 @@ class SysModuleTest(unittest.TestCase):
sys.stderr = savestderr sys.stderr = savestderr
self.assert_(err.getvalue().endswith("ValueError: 42\n")) self.assert_(err.getvalue().endswith("ValueError: 42\n"))
# FIXME: testing the code for a lost or replace excepthook in # FIXME: testing the code for a lost or replaced excepthook in
# Python/pythonrun.c::PyErr_PrintEx() is tricky. # Python/pythonrun.c::PyErr_PrintEx() is tricky.
def test_exit(self): def test_exit(self):
......
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