]> granicus.if.org Git - python/commit
Issue #1646: Make socket support TIPC. The socket module now has support
authorChristian Heimes <christian@cheimes.de>
Mon, 7 Jan 2008 16:12:44 +0000 (16:12 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 7 Jan 2008 16:12:44 +0000 (16:12 +0000)
commitfb2d25a15432bf53bd62c1033114732f03a22b8d
tree7858200c6c16990245dc6ab9aa03b5656850900f
parente28fa297e93f9904520b55ee903edaa4c2ef17bf
Issue #1646: Make socket support TIPC. The socket module now has support
for TIPC under Linux, see http://tipc.sf.net/ for more information.
Thanks to Alberto Bertogli for the patch
Doc/library/socket.rst
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c
Modules/socketmodule.h
configure
configure.in
pyconfig.h.in