[Python-Dev] socket.try_reuse_address()

Steve Holden steve at holdenweb.com
Tue Apr 29 17:20:19 CEST 2008


Giampaolo Rodola' wrote:
> Maybe it would be better considering Windows CE systems too:
> 
> - if os.name == 'nt'
> + if os.name in ('nt', 'ce')
> 
Cygwin? I don't know how Unix-like it is.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/



More information about the Python-Dev mailing list