]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6386: When executing a script that's a symlink, the directory
authorBrett Cannon <brett@python.org>
Thu, 6 Feb 2014 14:22:51 +0000 (09:22 -0500)
committerBrett Cannon <brett@python.org>
Thu, 6 Feb 2014 14:22:51 +0000 (09:22 -0500)
commitf811bbfe6c41d90dd1ad1c68d05a84541ecdf162
tree8870590cb4f214755b82d3bf3fac513078073793
parent94e44a935b3dc1e67a6a3357f64324ee0c81d40c
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.
Doc/tutorial/modules.rst
Misc/NEWS