]> granicus.if.org Git - python/commit
Be more rigorous about making pathnames absolute, to address SF bug
authorGuido van Rossum <guido@python.org>
Fri, 28 Sep 2001 20:00:29 +0000 (20:00 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Sep 2001 20:00:29 +0000 (20:00 +0000)
commite296cedef97220d832fa3e8ddba71c49bc574516
tree2049ae8d567c400e7c953754ff47ed575cc39855
parent746fe0fae5442403c64be34b87609601166e97c8
Be more rigorous about making pathnames absolute, to address SF bug
#424002.

Refactor init_path_from_argv0() and rename to copy_absolute(); add
absolutize() which does the same in-place.

Clean up whitespace (leading tabs -> spaces, delete trailing
spaces/tabs).
Modules/getpath.c