commit | 3628187b66287bdeb8c3c323092bf17e714e68de | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Nov 30 21:11:28 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri Nov 30 21:11:28 2007 +0000 |
tree | 269471b6c5a302d00196e483e2ceb132533ef389 | |
parent | dafd32b730c246b76a28e4089253e3a2b614df58 [diff] |
Fix for feature request #1528 Add os.fchmod Georg Brandl has added fchmod() and fchown(). I've contributed lchown but I'm not able to test it on Linux. However it should be available on Mac and some other flavors of Unix. I've made a quick test of fchmod() and fchown() on my system. They are working as expected.