[Python-3000-checkins] r64379 - in python/branches/py3k: Lib/test/test_multiprocessing.py

jesse.noller python-3000-checkins at python.org
Wed Jun 18 20:01:30 CEST 2008


Author: jesse.noller
Date: Wed Jun 18 20:01:29 2008
New Revision: 64379

Log:
merge 64378

Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/test/test_multiprocessing.py

Modified: python/branches/py3k/Lib/test/test_multiprocessing.py
==============================================================================
--- python/branches/py3k/Lib/test/test_multiprocessing.py	(original)
+++ python/branches/py3k/Lib/test/test_multiprocessing.py	Wed Jun 18 20:01:29 2008
@@ -1333,7 +1333,7 @@
 
         self.assertRaises(ValueError, a.send_bytes, msg, 4, -1)
 
-
+"""
 class _TestListenerClient(BaseTestCase):
 
     ALLOWED_TYPES = ('processes', 'threads')
@@ -1353,7 +1353,7 @@
             self.assertEqual(conn.recv(), 'hello')
             p.join()
             l.close()
-
+"""
 #
 # Test of sending connection and socket objects between processes
 #


More information about the Python-3000-checkins mailing list