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.21:46:56
SpamBayes Score 0.0009149258
Marked as misclassified No
Message-id <1256593623.44.0.0243283084742.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
This latest patch (13) addresses the regressions in test_posixpath.py by
repeating a technique found in the new lstat. That is, if a handle can't
be obtained for GetFinalPathNameByHandle (because the target is in use),
it is assumed that the target does in fact exist and the attributes are
retrieved from the parent directory.
History
Date User Action Args
2009-10-26 21:47:03jaracosetrecipients: + jaraco, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, eric.smith, giampaolo.rodola, swarren, r.david.murray
2009-10-26 21:47:03jaracosetmessageid: <1256593623.44.0.0243283084742.issue1578269@psf.upfronthosting.co.za>
2009-10-26 21:47:02jaracolinkissue1578269 messages
2009-10-26 21:47:01jaracocreate