mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Remove RISCOS support
This commit is contained in:
parent
c5aba17447
commit
7a98be2efb
62 changed files with 106 additions and 3823 deletions
|
@ -510,10 +510,8 @@ def extend_path(path, name):
|
|||
return path
|
||||
|
||||
pname = os.path.join(*name.split('.')) # Reconstitute as relative path
|
||||
# Just in case os.extsep != '.'
|
||||
sname = os.extsep.join(name.split('.'))
|
||||
sname_pkg = sname + os.extsep + "pkg"
|
||||
init_py = "__init__" + os.extsep + "py"
|
||||
sname_pkg = name + ".pkg"
|
||||
init_py = "__init__.py"
|
||||
|
||||
path = path[:] # Start with a copy of the existing path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue