On 24 Abr, 14:50, DarkBlue wrote:
> On Apr 22, 4:55 pm, joamag wrote:
>
> > Does anybody know a cross platform way to retrieve the default DNS
> > server IP address in python ?
>
> > Thanks !
> > João
>
> import os,urllib2,re
>
> def getIpAddr():
>
Does anybody know a cross platform way to retrieve the default DNS
server IP address in python ?
Thanks !
João
--
http://mail.python.org/mailman/listinfo/python-list
On Jun 21, 11:34 pm, Terry Reedy <[EMAIL PROTECTED]> wrote:
> joamag wrote:
> > Is there any possible way to unblock the sys.stdin.readline() call
> > from a different thread.
>
> If you want the thread to do something 'else' when no input is
> available, wo
On Jun 21, 4:46 pm, Cédric Lucantis <[EMAIL PROTECTED]> wrote:
> Le Saturday 21 June 2008 15:26:53 joamag, vous avez écrit :
>
> > HI,
>
> > Is there any possible way to unblock the sys.stdin.readline() call
> > from a different thread.
> > Something like sy
HI,
Is there any possible way to unblock the sys.stdin.readline() call
from a different thread.
Something like sys.stdin.write() but that would actually work ...
something to put characters in the stdin...
Thanks in advance,
João
--
http://mail.python.org/mailman/listinfo/python-list