]> granicus.if.org Git - python/commit
Always insert script directory in front of sys.path -- if there's no
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 20:35:50 +0000 (20:35 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 20:35:50 +0000 (20:35 +0000)
commit94a9667f1ae1a5717839a7468a93e4fe1135d795
tree8f1127884afeea53c6dc096952b464eaa8ebccb8
parent9afdabffa9c54d3831182a73321b9edbde195736
Always insert script directory in front of sys.path -- if there's no
sys.argv, insert "".  Note that "." is removed as a default component
of the path (see changes to getpath.c and Setup.in).
Python/sysmodule.c