freebsd-ports/lang/python15/files/patch-ad
Jacques Vidrine b1860f81da * Update python 1.5.1 -> 1.5.2
* Remove python-beta
1999-04-21 05:56:27 +00:00

11 lines
408 B
Text

--- 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')