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 gvanrossum
Recipients gvanrossum
Date 2007-11-30.19:17:34
SpamBayes Score 0.18169335
Marked as misclassified No
Message-id <1196450255.5.0.78965588115.issue1528@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-11-30 19:17:35gvanrossumsetspambayes_score: 0.181693 -> 0.18169335
recipients: + gvanrossum
2007-11-30 19:17:35gvanrossumsetspambayes_score: 0.181693 -> 0.181693
messageid: <1196450255.5.0.78965588115.issue1528@psf.upfronthosting.co.za>
2007-11-30 19:17:35gvanrossumlinkissue1528 messages
2007-11-30 19:17:34gvanrossumcreate