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 BreamoreBoy, amaury.forgeotdarc, tim.golden
Date 2010-07-10.18:48:49
SpamBayes Score 0.019346423
Marked as misclassified No
Message-id <4C38C08F.6000008@timgolden.me.uk>
In-reply-to <1278771836.22.0.526176388788.issue2528@psf.upfronthosting.co.za>
Content
Although I'm the implementer of the patch (the concept
was discussed way back on c.l.py after a naive poster's
original request) I'm probably +0 myself. It's an attempt
to replace os.access' next-to-useless behaviour on Windows
with something which at least uses current security mechanisms
to determine its answer.

However, it's just one function among the many Posixesque
functions which don't quite map to Windows. And one which
you might well be advised to avoid in any case since there's
an race condition inherent in checking for a file's accessibility
and then making use of that fact.  Better to try and fall back.
History
Date User Action Args
2010-07-10 18:48:51tim.goldensetrecipients: + tim.golden, amaury.forgeotdarc, BreamoreBoy
2010-07-10 18:48:49tim.goldenlinkissue2528 messages
2010-07-10 18:48:49tim.goldencreate