--- Lib/tempfile.py.orig	Thu Sep  7 23:58:29 2000
+++ Lib/tempfile.py	Thu Sep  7 23:58:51 2000
@@ -23,7 +23,7 @@ def gettempdir():
         pwd = os.getcwd()
     except (AttributeError, os.error):
         pwd = os.curdir
-    attempdirs = ['/usr/tmp', '/tmp', pwd]
+    attempdirs = ['/var/tmp', '/tmp', pwd]
     if os.name == 'nt':
         attempdirs.insert(0, 'C:\\TEMP')
         attempdirs.insert(0, '\\TEMP')
