[issue1528] Add os.fchmod

Guido van Rossum report at bugs.python.org
Fri Nov 30 20:17:35 CET 2007


New submission from Guido van Rossum:

Modern Unix systems have a fchmod() system call, which is like chmod()
but takes a file descriptor instead of a filename.  Python's os module
(via the posix module) should support this if it exists on the target
platform.

----------
messages: 57997
nosy: gvanrossum
severity: normal
status: open
title: Add os.fchmod
versions: Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1528>
__________________________________


More information about the Python-bugs-list mailing list