[Python-Dev] Compiling 2.7.2 on OS/2

Victor Stinner victor.stinner at haypocalc.com
Mon Jan 9 10:58:25 CET 2012


> -        if os.name in ('nt', 'os2'):
> +        if os.name in ('nt'):

This change is wrong: it should be os.name == 'nt'.

Victor


More information about the Python-Dev mailing list