merge 64378

This commit is contained in:
Jesse Noller 2008-06-18 18:01:29 +00:00
parent d00df3cfe6
commit a656d2cd89

View file

@ -1333,7 +1333,7 @@ class _TestConnection(BaseTestCase):
self.assertRaises(ValueError, a.send_bytes, msg, 4, -1)
"""
class _TestListenerClient(BaseTestCase):
ALLOWED_TYPES = ('processes', 'threads')
@ -1353,7 +1353,7 @@ class _TestListenerClient(BaseTestCase):
self.assertEqual(conn.recv(), 'hello')
p.join()
l.close()
"""
#
# Test of sending connection and socket objects between processes
#