summaryrefslogtreecommitdiffstats
path: root/Lib/tempfile.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-08-17 02:30:27 (GMT)
committerSkip Montanaro <skip@pobox.com>2007-08-17 02:30:27 (GMT)
commit289bc05709f48d7140ac2c36cafdb55c746be9df (patch)
tree3438e83ff9211a6c9b5dc8c22fa9f22ed2499f12 /Lib/tempfile.py
parentceaafa66ef9ab5e1129258345037cae39164c6cb (diff)
downloadcpython-289bc05709f48d7140ac2c36cafdb55c746be9df.zip
cpython-289bc05709f48d7140ac2c36cafdb55c746be9df.tar.gz
cpython-289bc05709f48d7140ac2c36cafdb55c746be9df.tar.bz2
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 61c64e4..c71cebc 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: