| commit | 94a9667f1ae1a5717839a7468a93e4fe1135d795 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Tue Jul 30 20:35:50 1996 +0000 |
| committer | Guido van Rossum <guido@python.org> | Tue Jul 30 20:35:50 1996 +0000 |
| tree | 8f1127884afeea53c6dc096952b464eaa8ebccb8 | |
| parent | 9afdabffa9c54d3831182a73321b9edbde195736 [diff] |
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).