Commit f0db38db authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 90718a4e
......@@ -171,8 +171,8 @@ class SysModuleTest(unittest.TestCase):
rc = subprocess.call([sys.executable, "-c",
"raise SystemExit(47)"])
self.assertEqual(rc, 47)
def test_getdefaultencoding(self):
if test.test_support.have_unicode:
self.assertRaises(TypeError, sys.getdefaultencoding, 42)
......
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