In article <[EMAIL PROTECTED]>,
 "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:

> En Mon, 25 Feb 2008 20:03:02 -0200, 7stud <[EMAIL PROTECTED]>  
> escribió:
> > On Feb 25, 10:56 am, Thomas Bellman <[EMAIL PROTECTED]> wrote:
> >> 7stud <[EMAIL PROTECTED]> wrote:
> 
> > In either case, there are still some things about the output that
> > don't make sense to me.  Why does the server initially report that its
> > ip address is 0.0.0.0:
> >
> > original socket: ('0.0.0.0', 5053)
> 
> Because you called "bind" with None (or '' ?) as its first argument; that  
> means: "listen on any available interface"

It really means, "Listen on ALL available interfaces".
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to