summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-06 06:55:22 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-06 06:55:22 (GMT)
commitd2bbe526c37e0f3810c4acb3cc3a5d0fcbcbeae7 (patch)
tree0f545b0fec977fc0b4513d55e41751aee9eed3ed /Misc
parent1df03405fc30604e00d506ac0f8c112517d8526e (diff)
downloadcpython-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ff97473..7019f4a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
=================================