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 tim.golden
Recipients brian.curtin, jeroen.dobbelaere, loewis, sijinjoseph, tim.golden
Date 2011-04-19.09:26:34
SpamBayes Score 4.6431484e-07
Marked as misclassified No
Message-id <4DAD5547.4050808@timgolden.me.uk>
In-reply-to <1303162951.35.0.194765368801.issue10888@psf.upfronthosting.co.za>
Content
FWIW I agree with MvL: os.stat is one of those awkward customers
left over from the idea that Windows could be posix-compliant,
even though the relevant concepts don't actually map particularly
well. ISTM that anyone seriously wanting to determine whether
something's executable or not on Windows is going to have in
mind the precise semantics of a particular use-case and will
employ whatever API calls meet that need. I genuinely don't
believe there's any mileage in shoehorning more and more
corner-cases into os.stat on Windows.
History
Date User Action Args
2011-04-19 09:26:35tim.goldensetrecipients: + tim.golden, loewis, brian.curtin, sijinjoseph, jeroen.dobbelaere
2011-04-19 09:26:34tim.goldenlinkissue10888 messages
2011-04-19 09:26:34tim.goldencreate