1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/lang/python+ipv6/files/patch-ad

12 lines
408 B
Plaintext
Raw Normal View History

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