Changeset 3390


Ignore:
Timestamp:
Jun 10, 2007, 9:19:52 PM (18 years ago)
Author:
bird
Message:

corrected typo.

File:
1 edited

Legend:

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

    r3364 r3390  
    437437    return _TemporaryFileWrapper(file, name)
    438438
    439 if _os.name != 'posix' or _os.sys.platform == 'cygwin' ot _os.sys.platform == 'os2emx':
     439if _os.name != 'posix' or _os.sys.platform == 'cygwin' or _os.sys.platform == 'os2emx':
    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.