]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for feature request #1528 Add os.fchmod
authorChristian Heimes <christian@cheimes.de>
Fri, 30 Nov 2007 21:11:28 +0000 (21:11 +0000)
committerChristian Heimes <christian@cheimes.de>
Fri, 30 Nov 2007 21:11:28 +0000 (21:11 +0000)
commit3628187b66287bdeb8c3c323092bf17e714e68de
tree269471b6c5a302d00196e483e2ceb132533ef389
parentdafd32b730c246b76a28e4089253e3a2b614df58
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.
Doc/library/os.rst
Modules/posixmodule.c
configure
configure.in
pyconfig.h.in