commit | f811bbfe6c41d90dd1ad1c68d05a84541ecdf162 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Thu Feb 06 09:22:51 2014 -0500 |
committer | Brett Cannon <brett@python.org> | Thu Feb 06 09:22:51 2014 -0500 |
tree | 8870590cb4f214755b82d3bf3fac513078073793 | |
parent | 94e44a935b3dc1e67a6a3357f64324ee0c81d40c [diff] |
Issue #6386: When executing a script that's a symlink, the directory where the symlink resolves to is added to sys.path, not the directory containing the symlink itself. Thanks to Sanko Resic for an initial attempt at the patch.