[Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4

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


https://hg.python.org/cpython/rev/5629ccdfc874
changeset:   99587:5629ccdfc874
branch:      3.5
parent:      99584:53106c39c2e0
parent:      99586:33c7980552a6
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed Dec 16 19:35:39 2015 -0500
summary:
  Merge 3.4

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