summaryrefslogtreecommitdiff
path: root/lang/python+ipv6/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/python+ipv6/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python+ipv6/files/patch-ad b/lang/python+ipv6/files/patch-ad
new file mode 100644
index 000000000000..ad8e5bff1f9f
--- /dev/null
+++ b/lang/python+ipv6/files/patch-ad
@@ -0,0 +1,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')