Message 129100 - Python tracker (original) (raw)
Seems like the signature of Lib.test.mock_socket.create_connection does not match socket.create_connection since 2.7.
You can add a fake parameter which does nothing.
What is the notation for the new keyword arguments?
fun(a, b, c=None, d=None)