summaryrefslogtreecommitdiffstats
path: root/Lib/sysconfig.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-11-18 23:59:39 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-11-18 23:59:39 (GMT)
commitde0b962998af69dff474ec99b7627bcee496d48e (patch)
treea48df8f829f399deff97d68d04dbe0397748984b /Lib/sysconfig.py
parent8473e5740ffe15134a73f1553b5980de4ce2c619 (diff)
downloadcpython-de0b962998af69dff474ec99b7627bcee496d48e.zip
cpython-de0b962998af69dff474ec99b7627bcee496d48e.tar.gz
cpython-de0b962998af69dff474ec99b7627bcee496d48e.tar.bz2
Remove sys.platform == 'riscos' checks from some Python and test files. #16501
Diffstat (limited to 'Lib/sysconfig.py')
-rw-r--r--Lib/sysconfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py
index e06e82a..295a0a6 100644
--- a/Lib/sysconfig.py
+++ b/Lib/sysconfig.py
@@ -191,7 +191,6 @@ def _getuserbase():
def joinuser(*args):
return os.path.expanduser(os.path.join(*args))
- # what about 'riscos' ?
if os.name == "nt":
base = os.environ.get("APPDATA") or "~"
if env_base: