Commit 0d2d759d authored by Barry Warsaw's avatar Barry Warsaw

PySocketSock_methods: Added "connect_ex" so the method can actually be

called!
parent 4a9aff2e
......@@ -980,6 +980,7 @@ static PyMethodDef PySocketSock_methods[] = {
{"bind", (PyCFunction)PySocketSock_bind},
{"close", (PyCFunction)PySocketSock_close},
{"connect", (PyCFunction)PySocketSock_connect},
{"connect_ex", (PyCFunction)PySocketSock_connect_ex},
{"fileno", (PyCFunction)PySocketSock_fileno},
#ifndef NO_DUP
{"dup", (PyCFunction)PySocketSock_dup},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment