[Python-checkins] cpython (3.4): Normalize whitespace

yury.selivanov python-checkins at python.org
Wed Dec 16 19:36:13 EST 2015


https://hg.python.org/cpython/rev/33c7980552a6
changeset:   99586:33c7980552a6
branch:      3.4
parent:      99583:51df143c098d
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed Dec 16 19:35:30 2015 -0500
summary:
  Normalize whitespace

files:
  Lib/test/test_asyncio/test_base_events.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_asyncio/test_base_events.py b/Lib/test/test_asyncio/test_base_events.py
--- a/Lib/test/test_asyncio/test_base_events.py
+++ b/Lib/test/test_asyncio/test_base_events.py
@@ -1368,7 +1368,7 @@
         self.assertRaises(
             OSError, self.loop.run_until_complete, coro)
 
-    @patch_socket 
+    @patch_socket
     def test_create_datagram_endpoint_socket_err(self, m_socket):
         m_socket.getaddrinfo = socket.getaddrinfo
         m_socket.socket.side_effect = OSError

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list