mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove sys.platform == 'riscos' checks from some Python and test files. #16501
This commit is contained in:
parent
8473e5740f
commit
de0b962998
6 changed files with 4 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue