]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add support for the send/recvmsg API to the socket module. Patch by David Watson...
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 22 Aug 2011 01:55:57 +0000 (11:55 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 22 Aug 2011 01:55:57 +0000 (11:55 +1000)
commit96fe56abec36d2cb82c56c9ddafea0096f4f6c7e
treefa5e6293d1fc1cc00b41c57cd192df49a6a6b7ff
parent8983729dc08a05d5419d35ec3f431c7b442401a6
Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560)
Doc/library/socket.rst
Doc/whatsnew/3.3.rst
Lib/ssl.py
Lib/test/test_socket.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/socketmodule.c