summaryrefslogtreecommitdiff
path: root/Lib/tempfile.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-08-17 02:30:27 +0000
committerSkip Montanaro <skip@pobox.com>2007-08-17 02:30:27 +0000
commit2e042963efbd5616be9f8848665d952bca747afb (patch)
tree12e8837a8d5f3006e263a92b0a43dda90c16e5e5 /Lib/tempfile.py
parente9175c33a220d27912e14140c890d70f706b4914 (diff)
downloadcpython-2e042963efbd5616be9f8848665d952bca747afb.tar.gz
some RiscOS stuff I missed before (was only looking for "RISCOS")
Diffstat (limited to 'Lib/tempfile.py')
-rw-r--r--Lib/tempfile.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/tempfile.py b/Lib/tempfile.py
index 61c64e4858..c71cebc372 100644
--- a/Lib/tempfile.py
+++ b/Lib/tempfile.py
@@ -159,9 +159,6 @@ def _candidate_tempdir_list():
dirlist.append(dirname)
except _Folder.error:
pass
- elif _os.name == 'riscos':
- dirname = _os.getenv('Wimp$ScrapDir')
- if dirname: dirlist.append(dirname)
elif _os.name == 'nt':
dirlist.extend([ r'c:\temp', r'c:\tmp', r'\temp', r'\tmp' ])
else: