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 amaury.forgeotdarc, eric.smith, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, swarren
Date 2009-10-26.01:29:07
SpamBayes Score 4.4667076e-10
Marked as misclassified No
Message-id <1256520561.8.0.662639463107.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
This new version of the patch provides a workaround for the issue1686475
regression. It simply falls back to the traditional (symlink-naive) stat
behavior when a handle cannot be obtained for the specified filename. 
My intention is that we can commit this patch (as it's still a strict
improvement over the previous behavior), and work out a fully-symlink
aware stat method in a subsequent patch.

There are still regression tests in test_posixpath.py that are failing
due to the non-implementation of realpath. I'll tackle this task next.
History
Date User Action Args
2009-10-26 01:29:23jaracosetrecipients: + jaraco, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, eric.smith, giampaolo.rodola, swarren, r.david.murray
2009-10-26 01:29:21jaracosetmessageid: <1256520561.8.0.662639463107.issue1578269@psf.upfronthosting.co.za>
2009-10-26 01:29:14jaracolinkissue1578269 messages
2009-10-26 01:29:14jaracocreate