Merge 3.4 (asyncio)

This commit is contained in:
Victor Stinner 2015-01-30 00:11:55 +01:00
commit 698a9bd3ba

View File

@ -87,6 +87,8 @@ class SubprocessTransportTests(test_utils.TestCase):
self.assertRaises(ProcessLookupError, transport.terminate)
self.assertRaises(ProcessLookupError, transport.kill)
transport.close()
class SubprocessMixin: