[Python-Dev] Compiling 2.7.2 on OS/2 (original) (raw)
Victor Stinner victor.stinner at haypocalc.com
Mon Jan 9 10:58:25 CET 2012
- Previous message: [Python-Dev] Compiling 2.7.2 on OS/2
- Next message: [Python-Dev] Compiling 2.7.2 on OS/2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- if os.name in ('nt', 'os2'): + if os.name in ('nt'):
This change is wrong: it should be os.name == 'nt'.
Victor
- Previous message: [Python-Dev] Compiling 2.7.2 on OS/2
- Next message: [Python-Dev] Compiling 2.7.2 on OS/2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]