diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-06 06:55:22 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-06 06:55:22 (GMT) |
commit | d2bbe526c37e0f3810c4acb3cc3a5d0fcbcbeae7 (patch) | |
tree | 0f545b0fec977fc0b4513d55e41751aee9eed3ed /Misc | |
parent | 1df03405fc30604e00d506ac0f8c112517d8526e (diff) | |
download | cpython-d2bbe526c37e0f3810c4acb3cc3a5d0fcbcbeae7.zip cpython-d2bbe526c37e0f3810c4acb3cc3a5d0fcbcbeae7.tar.gz cpython-d2bbe526c37e0f3810c4acb3cc3a5d0fcbcbeae7.tar.bz2 |
Patch #2232: os.tmpfile might fail on Windows if the user has no
permission to create files in the root directory.
Will backport to 2.5.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -28,6 +28,12 @@ Library On all linux systems the --with-system-ffi configure option defaults to "yes". +Tests +----- + +- Patch #2232: os.tmpfile might fail on Windows if the user has no + permission to create files in the root directory. + What's New in Python 2.6 alpha 1? ================================= |