En Tue, 10 Feb 2009 04:11:31 -0200, Ken <xie.kenn...@gmail.com> escribió:

I was testing select on windows xp with python 2.6.1, the code is simple:

See the note in the documentation of module select:
http://docs.python.org/library/select.html#select.select

"Note: File objects on Windows are not acceptable, but sockets are. On Windows, the underlying select function is provided by the WinSock library, and does not handle file descriptors that don't originate from WinSock."

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to