[issue14547] Python symlink to script behaves unexpectedly

R. David Murray report at bugs.python.org
Wed Apr 11 19:21:58 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

The content of a symbolic symlink is a symbolic reference to another location in the file system.  If you had used a hard link it would certainly work as you expected.

The behavior with respect to symbolic links ought to be documented here:

  http://docs.python.org/using/cmdline.html

but doesn't seem to be.

----------
nosy: +ncoghlan, r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14547>
_______________________________________


More information about the Python-bugs-list mailing list