Hi, Le Friday 13 June 2008 18:29:06 srinivasan srinivas, vous avez écrit : > Hi, > I am going to do some socket related programming in Python. Before that, I > wish to know the Gotchas of Python Scoket Programming. Can anyone send me > any link that satisfies my needs??
Yes, the friendly manual :) http://docs.python.org/lib/module-socket.html and if you want to know more about socket themselves, the gnu libc info page is a good starting point as the python module is basically an interface to it: http://www.gnu.org/software/libc/manual/html_node/Sockets.html#Sockets -- Cédric Lucantis -- http://mail.python.org/mailman/listinfo/python-list
