sorry for the completely off topic subject. I use rebol to prove the concept(algorythm and concepts) and then recode it in python, at work, since I have too :-(
is anyone on this list a python expert, I REAAAALLY need help trying to map a rebol problem to it. please answer directly to me: [EMAIL PROTECTED] basically, I have to get a network socket to timeout its accept() method.. in 2.2 but can't seem to find any way to do so... basically the same as the following but in python code: port: (open listen-port-spec) timeout: 5 ; seconds wait [port timeout-value] thanks so much ... -MAx --- "You can either be part of the problem or part of the solution, but in the end, being part of the problem is much more fun." -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
