Kaydet (Commit) 0e15182a authored tarafından Mark Dickinson's avatar Mark Dickinson

Comment typo

üst e82cdae5
...@@ -586,7 +586,7 @@ class BasicTCPTest(SocketConnectedTest): ...@@ -586,7 +586,7 @@ class BasicTCPTest(SocketConnectedTest):
self.assertEqual(msg, MSG) self.assertEqual(msg, MSG)
# wait for _testShutdown to finish: on OS X, when the server # wait for _testShutdown to finish: on OS X, when the server
# closes the connection the client also becomes disconnected, # closes the connection the client also becomes disconnected,
# and the client's shutdown call will fail. (Issue #4937.) # and the client's shutdown call will fail. (Issue #4397.)
self.done.wait() self.done.wait()
def _testShutdown(self): def _testShutdown(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