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, christian.heimes, tim.golden
Date 2013-08-05.16:00:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375718448.61.0.0235577384862.issue2528@psf.upfronthosting.co.za>
In-reply-to
Content
... and to answer Amaury's question in msg109871 it creates a reasonable consistency between the results of os.access and the user's actual ability to read / write a file. eg, you might have no permissions whatsoever on the file but as long as it wasn't read-only, os.access would return True for reading, writing and executing.
History
Date User Action Args
2013-08-05 16:00:48tim.goldensetrecipients: + tim.golden, amaury.forgeotdarc, christian.heimes, BreamoreBoy
2013-08-05 16:00:48tim.goldensetmessageid: <1375718448.61.0.0235577384862.issue2528@psf.upfronthosting.co.za>
2013-08-05 16:00:48tim.goldenlinkissue2528 messages
2013-08-05 16:00:48tim.goldencreate