$OpenBSD: patch-Lib_tempfile_py,v 1.1 2008/10/18 12:03:56 djm Exp $
--- Lib/tempfile.py.orig	Mon May 12 21:24:33 2008
+++ Lib/tempfile.py	Mon Aug 25 07:43:08 2008
@@ -155,7 +155,7 @@ def _candidate_tempdir_list():
     elif _os.name == 'nt':
         dirlist.extend([ r'c:\temp', r'c:\tmp', r'\temp', r'\tmp' ])
     else:
-        dirlist.extend([ '/tmp', '/var/tmp', '/usr/tmp' ])
+        dirlist.extend([ '/tmp', '/var/tmp' ])
 
     # As a last resort, the current directory.
     try:
