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 brian.curtin
Recipients alexreg, brian.curtin, eric.smith, jaraco, tim.golden
Date 2011-11-15.23:41:15
SpamBayes Score 0.0048407284
Marked as misclassified No
Message-id <CAD+XWwp9SKUArwEy+AST16ugMxaJ5b0myDA9dr1jw+UV1TAjgA@mail.gmail.com>
In-reply-to <1321398464.02.0.896827845056.issue13412@psf.upfronthosting.co.za>
Content
symlinks when listing a dir and traverses them naturally when referencing
them as part of a path to listdir. Under what conditions does it fail?
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue13412>
> _______________________________________

Jason - I'm responding on a phone - I haven't confirmed anything yet (and
hadn't yet seen your examples when I was typing).

Alex - the Windows API also requires elevation - that's what we have to do
in 3.2+ as well. The symlink calls require a specific privilege which is
only granted when elevated, even for the mklink program.
History
Date User Action Args
2011-11-15 23:41:15brian.curtinsetrecipients: + brian.curtin, jaraco, eric.smith, tim.golden, alexreg
2011-11-15 23:41:15brian.curtinlinkissue13412 messages
2011-11-15 23:41:15brian.curtincreate