Whitespace normalization.

This commit is contained in:
Tim Peters 2003-06-15 23:26:30 +00:00
parent cda32b7d1d
commit f545baa0cc
7 changed files with 11 additions and 12 deletions

View file

@ -109,7 +109,7 @@ class MiscTests(unittest.TestCase):
_thread.interrupt_main()
self.failUnlessRaises(KeyboardInterrupt, _thread.start_new_thread,
call_interrupt, tuple())
def test_interrupt_in_main(self):
# Make sure that if interrupt_main is called in main threat that
# KeyboardInterrupt is raised instantly.