[Python-checkins] cpython (merge 3.5 -> default): Fix whitespace.
guido.van.rossum
python-checkins at python.org
Mon Oct 19 15:01:22 EDT 2015
https://hg.python.org/cpython/rev/e67a6de27e60
changeset: 98796:e67a6de27e60
parent: 98793:08adb4056b5f
parent: 98795:f30a4a443a19
user: Guido van Rossum <guido at dropbox.com>
date: Mon Oct 19 12:00:44 2015 -0700
summary:
Fix whitespace.
files:
Lib/test/test_asyncio/test_streams.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/test/test_asyncio/test_streams.py b/Lib/test/test_asyncio/test_streams.py
--- a/Lib/test/test_asyncio/test_streams.py
+++ b/Lib/test/test_asyncio/test_streams.py
@@ -653,7 +653,7 @@
q.put(addr)
clt, _ = sock.accept()
clt.close()
-
+
@asyncio.coroutine
def client(host, port):
reader, writer = yield from asyncio.open_connection(host, port, loop=self.loop)
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list