diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-04-02 15:19:55 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-04-02 15:19:55 +0000 |
commit | 4f50ec5e42685b3546032c05aca3999f7c9fc308 (patch) | |
tree | 4c20dd8fe08914e9024aa316adc20d3491db46ed /lang/python+ipv6/files/patch-ad | |
parent | Bump PORTREVISON for the previous commiting. (diff) |
Removed python+ipv6. IPv6 patch was merged in python-2.2.
Notes
Notes:
svn path=/head/; revision=57204
Diffstat (limited to 'lang/python+ipv6/files/patch-ad')
-rw-r--r-- | lang/python+ipv6/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/python+ipv6/files/patch-ad b/lang/python+ipv6/files/patch-ad deleted file mode 100644 index ad8e5bff1f9f..000000000000 --- a/lang/python+ipv6/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- 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') |