summaryrefslogblamecommitdiff
path: root/lang/python15/files/patch-ad
blob: ad8e5bff1f9fccfb700879548ab3eadf10e49230 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                       
--- Lib/tempfile.py-	Fri Apr 16 15:22:41 1999
+++ Lib/tempfile.py	Fri Apr 16 15:23:16 1999
@@ -24,7 +24,7 @@
         pwd = os.getcwd()
     except (AttributeError, os.error):
         pwd = os.curdir
-    attempdirs = ['/usr/tmp', '/tmp', pwd]
+    attempdirs = ['/var/tmp', '/usr/tmp', '/tmp', pwd]
     if os.name == 'nt':
         attempdirs.insert(0, 'C:\\TEMP')
         attempdirs.insert(0, '\\TEMP')