diff -r 96ac4cd43a20 Lib/test/test_asyncio/test_events.py --- a/Lib/test/test_asyncio/test_events.py Wed Aug 31 00:50:55 2016 -0400 +++ b/Lib/test/test_asyncio/test_events.py Wed Aug 31 09:39:53 2016 +0300 @@ -763,11 +763,11 @@ addr = lsock.getsockname() message = b'test data' - reponse = None + response = None expected_response = b'roger' def client(): - global response + nonlocal response try: csock = socket.socket() if client_ssl is not None: