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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1528>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to