This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients jaraco, ncoghlan
Date 2009-11-26.16:13:12
SpamBayes Score 6.097354e-08
Marked as misclassified No
Message-id <1259251994.59.0.306713009881.issue6727@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that a proper solution might include full symlink support.

However, symlink support for windows (issue1578269) is taking some time
to develop and will likely never be available for Python 2.

My feeling is that a symlink naive implementation (such as Python is
now), should treat symlinks in a naive manner -- that is, treat them as
regular files and directories and let the OS perform the abstraction.

I hope to begin investigating this after I've closed out issue1578269,
although I'd be happy if someone else wanted to address this issue
beforehand.

If it's possible to address this in a straightforward way independent of
a symlink-aware Python interpreter, that would be desirable.
History
Date User Action Args
2009-11-26 16:13:14jaracosetrecipients: + jaraco, ncoghlan
2009-11-26 16:13:14jaracosetmessageid: <1259251994.59.0.306713009881.issue6727@psf.upfronthosting.co.za>
2009-11-26 16:13:13jaracolinkissue6727 messages
2009-11-26 16:13:12jaracocreate