Kaydet (Commit) 3249d00f authored tarafından Tim Peters's avatar Tim Peters

Whitespace normalization.

üst 7b9053a2
......@@ -922,7 +922,7 @@ class Transformer:
return TryFinally(self.com_node(nodelist[2]),
self.com_node(nodelist[5]),
lineno=nodelist[0][2])
#tryexcept: [TryNode, [except_clauses], elseNode)]
clauses = []
elseNode = None
......
......@@ -738,12 +738,12 @@ class _TestMboxMMDF(TestMailbox):
time.sleep(0.5)
self.assertRaises(mailbox.ExternalClashError,
self._box.lock)
# Wait for child to exit. Locking should now succeed.
exited_pid, status = os.waitpid(pid, 0)
self._box.lock()
self._box.unlock()
class TestMbox(_TestMboxMMDF):
......
......@@ -92,7 +92,7 @@ class TestModule(unittest.TestCase):
warnings._setoption, 'ignore:2::4:-5')
warnings._setoption('error::Warning::0')
self.assertRaises(UserWarning, warnings.warn, 'convert to error')
def test_main(verbose=None):
# Obscure hack so that this test passes after reloads or repeated calls
......
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