cpython: 7e9e2b17ac6f (original) (raw)

Mercurial > cpython

changeset 93402:7e9e2b17ac6f 3.4

Closes #22784: fix test_asyncio when the ssl module isn't available [#22784]

Antoine Pitrou solipsis@pitrou.net
date Wed, 05 Nov 2014 20:48:16 +0100
parents 5c5909740026
children 028c729714af 4985375db40f
files Lib/test/test_asyncio/test_events.py
diffstat 1 files changed, 9 insertions(+), 8 deletions(-)[+] [-] Lib/test/test_asyncio/test_events.py 17

line wrap: on

line diff

--- a/Lib/test/test_asyncio/test_events.py +++ b/Lib/test/test_asyncio/test_events.py @@ -606,14 +606,15 @@ class EventLoopTestsMixin: self.assertGreater(pr.nbytes, 0) tr.close()

def _test_create_ssl_connection(self, httpd, create_connection, check_sockname=True):