[Python-Dev] Asyncore .set_reuse_addr() on Windows (original) (raw)
Mark Hammond mhammond at skippinet.com.au
Tue Aug 10 01:14:50 CEST 2004
- Previous message: [Python-Dev] Asyncore .set_reuse_addr() on Windows
- Next message: [Python-Dev] Recommended way to tell platform
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
OK; I just care about platforms where the alternative constant is necessary. It sounds to me like win32 is therefore the only relevant sys.platform string to check for. Thanks!
I believe the Windows CE port uses "wince", and I see no reason not to think async code will end up running there (assuming the platform itself continues).
Mark.
- Previous message: [Python-Dev] Asyncore .set_reuse_addr() on Windows
- Next message: [Python-Dev] Recommended way to tell platform
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]