]> granicus.if.org Git - python/commit
Patch #664376: sys.path[0] should contain absolute pathname.
authorThomas Heller <theller@ctypes.org>
Wed, 8 Jan 2003 14:33:48 +0000 (14:33 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 8 Jan 2003 14:33:48 +0000 (14:33 +0000)
commit27bb71e96382218a5a530772cd81ce6f91d22444
tree88183265f961ccf4659b4ff389e038ecc3547b93
parent326c72a839db912c4010f526b99f48f254c4d532
Patch #664376: sys.path[0] should contain absolute pathname.

This fixes the problem on Windows - that's the only system where I can
test it.

It leaves sys.argv alone and only changes sys.path[0] to an absolute
pathname.
Python/sysmodule.c