Merge 3.4

This commit is contained in:
Yury Selivanov 2015-12-16 19:35:39 -05:00
commit a3f82bad16
1 changed files with 1 additions and 1 deletions

View File

@ -1368,7 +1368,7 @@ class BaseEventLoopWithSelectorTests(test_utils.TestCase):
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