[issue28724] Add method send_io, recv_io to the socket module.

2016-12-05 Thread Shinya Okano
Shinya Okano added the comment: Thanks for reviews and comments. I will work on the weekend. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue28724] Add method send_io, recv_io to the socket module.

2016-11-17 Thread Shinya Okano
New submission from Shinya Okano: This patch makes it easy to pass file descriptor in using AF_UNIX. Ruby language libraries have such methods. see slso: - https://docs.ruby-lang.org/en/2.3.0/UNIXSocket.html#method-i-send_io -- components: Library (Lib) files