Ignore:
Timestamp:
Jun 11, 2007, 12:50:36 AM (18 years ago)
Author:
bird
Message:

os2emx -> os2knix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/python/Lib/tempfile.py

    r3390 r3402  
    437437    return _TemporaryFileWrapper(file, name)
    438438
    439 if _os.name != 'posix' or _os.sys.platform == 'cygwin' or _os.sys.platform == 'os2emx':
     439if _os.name != 'posix' or _os.sys.platform == 'cygwin' or _os.sys.platform == 'os2emx' or _os.sys.platform == 'os2knix':
    440440    # On non-POSIX and Cygwin systems, assume that we cannot unlink a file
    441441    # while it is open.
Note: See TracChangeset for help on using the changeset viewer.