In article <[EMAIL PROTECTED]>,
 <[EMAIL PROTECTED]> wrote:
                        .
                        .
                        .
>Here's how it behaved over several runs:
>$ python soc.py 
>('0.0.0.0', 34205)
>$ python soc.py 
>('0.0.0.0', 34206)
>$ python soc.py 
>('0.0.0.0', 34207)
>
>I don't know for sure whether this is standard behavior for sockets, or whether
>it's a special behavior of linux.
                        .
                        .
                        .
It is standard behavior for sockets.  To my surprise, I haven't
(yet) found an RFC that specifies it, but the behavior has a deep
and wide history--even Microsoft sockets respect the convention.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to