Redo r83142 merge manually. QOTD: svnmerge isn't really your best friend

This commit is contained in:
Alexander Belopolsky 2010-07-28 14:33:17 +00:00
parent ca23784e42
commit 9d12ceb636
3 changed files with 2 additions and 2 deletions

View file

@ -205,8 +205,8 @@ class SysModuleTest(unittest.TestCase):
# can't check more than the type, as the user might have changed it
self.assertIsInstance(sys.getdefaultencoding(), str)
# testing sys.settrace() is done in test_trace.py
# testing sys.setprofile() is done in test_profile.py
# testing sys.settrace() is done in test_sys_settrace.py
# testing sys.setprofile() is done in test_sys_setprofile.py
def test_setcheckinterval(self):
self.assertRaises(TypeError, sys.setcheckinterval)