[Python-Dev] Asyncore .set_reuse_addr() on Windows

A.M. Kuchling amk at amk.ca
Sat Aug 7 17:02:29 CEST 2004


On Sat, Aug 07, 2004 at 04:29:39PM +0200, "Martin v. L?wis" wrote:
> Win64 also uses "win32" as sys.platform. If you really want to find
> out this is not x86, you need to look at the compiler ID in sys.version.

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!

(Hm... should it check for "cygwin", too?  If any Cygwin maintainers
have suggestions, please let me know.)

--amk



More information about the Python-Dev mailing list