From b1860f81da82c4d4be15cd6914d46e7d1fbcf46e Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Wed, 21 Apr 1999 05:56:27 +0000 Subject: * Update python 1.5.1 -> 1.5.2 * Remove python-beta --- lang/python+ipv6/files/patch-ad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/python+ipv6/files/patch-ad (limited to 'lang/python+ipv6/files/patch-ad') 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') -- cgit v1.2.3