]> granicus.if.org Git - python/commit
SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), from
authorTim Peters <tim.peters@gmail.com>
Sat, 15 Dec 2001 22:12:47 +0000 (22:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 15 Dec 2001 22:12:47 +0000 (22:12 +0000)
commit1422e9dc60bd795b0bf8d8877087ce1eb6ad6942
tree161121ac48bd430596a23e4f170617c31b3a05fd
parentc57772870b3e3399a6d8d03a75113987fbfab4b0
SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), from
Dietmar Schwertberger.
Bugfix candidate.
"""
RISCOS/Modules/getpath_riscos.c:
Include trailing '\0' when using strncpy [copy
strlen(...)+1 characters].

Lib/plat-riscos/riscospath.py:
Use riscosmodule.expand for os.path.abspath.
[fixes problems with site.py where
abspath("<Python$Dir>") returned
join(os.getcwd(), "<Python$Dir>") as e.g.
"SCSI::SCSI4.$.<Python$Dir>" because "<Python$Dir>"
wasn't recognised as an absolute path.]
"""
Lib/plat-riscos/riscospath.py
RISCOS/Modules/getpath_riscos.c