]> granicus.if.org Git - python/commit
fix bug #114290: when interpreter's argv[0] has a relative path make
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 25 Sep 2000 17:00:24 +0000 (17:00 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 25 Sep 2000 17:00:24 +0000 (17:00 +0000)
commit7198ba986d7174e9b36ec63664f340d53a5a2af3
tree138072eb3737dbcbba3301147bf04955a4085f49
parent38bfc4d0d543576cf71b60a9a790305c3a2c7a45
fix bug #114290: when interpreter's argv[0] has a relative path make
    it absolute by joining it with getcwd result.  avoid including
    unnecessary ./ in path but do not test for ../ (more complicated)
Modules/getpath.c