this is the simple code:

--------------------------------------------------
import socket

# Create an unbound and not-connected socket.
sock = socket(AF_UNIX, SOCK_STREAM)

---------------------------------------------------

Thank you !

Submitted via EggHeadCafe 
SharePoint Tip / Thought of the Day WebPart
http://www.eggheadcafe.com/tutorials/aspnet/14280ff8-3c9f-46bd-8214-9267e613c8ec/sharepoint-tip--thought-of-the-day-webpart.aspx
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to