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 jcea
Recipients David.Benjamin, jcea, lemburg, pitrou, python-dev, vstinner
Date 2012-10-05.14:11:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349446307.22.0.554438748505.issue16112@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, I agree. I beg your pardon. This patch was suppose to be quite trivial, and "test_platform" passes just fine on my Linux and Solaris computers. And the four buildbots I was monitoring, the testsuite passed.

The suggestion of Marc-Andre of simply adding an "os.access()" to check for file existence first is quite sensible and would be enough and compatible in all platforms and python releases.

I am for backing out my patches so far and push a simple "os.access()" check. What do you think?.

Marc-Andre, I was wondering if you could elaborate a bit why 2.7 platform.py file should be able to run fine in 2.3 :-?
History
Date User Action Args
2012-10-05 14:11:47jceasetrecipients: + jcea, lemburg, pitrou, vstinner, python-dev, David.Benjamin
2012-10-05 14:11:47jceasetmessageid: <1349446307.22.0.554438748505.issue16112@psf.upfronthosting.co.za>
2012-10-05 14:11:47jcealinkissue16112 messages
2012-10-05 14:11:46jceacreate