Changeset 3364 for trunk/essentials/dev-lang/python/Lib/tempfile.py
- Timestamp:
- May 21, 2007, 2:27:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/dev-lang/python/Lib/tempfile.py
r3225 r3364 437 437 return _TemporaryFileWrapper(file, name) 438 438 439 if _os.name != 'posix' or _os.sys.platform == 'cygwin' :439 if _os.name != 'posix' or _os.sys.platform == 'cygwin' ot _os.sys.platform == 'os2emx': 440 440 # On non-POSIX and Cygwin systems, assume that we cannot unlink a file 441 441 # while it is open.
Note:
See TracChangeset
for help on using the changeset viewer.