[Python-checkins] r68612 - python/trunk/Lib/test/test_socket.py

mark.dickinson python-checkins at python.org
Thu Jan 15 15:58:28 CET 2009


Author: mark.dickinson
Date: Thu Jan 15 15:58:28 2009
New Revision: 68612

Log:
Comment typo


Modified:
   python/trunk/Lib/test/test_socket.py

Modified: python/trunk/Lib/test/test_socket.py
==============================================================================
--- python/trunk/Lib/test/test_socket.py	(original)
+++ python/trunk/Lib/test/test_socket.py	Thu Jan 15 15:58:28 2009
@@ -586,7 +586,7 @@
         self.assertEqual(msg, MSG)
         # wait for _testShutdown to finish: on OS X, when the server
         # 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()
 
     def _testShutdown(self):


More information about the Python-checkins mailing list