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 larry
Recipients larry, pitrou, rosslagerwall
Date 2011-09-05.16:22:20
SpamBayes Score 2.7450673e-05
Marked as misclassified No
Message-id <1315239741.23.0.305110854111.issue12898@psf.upfronthosting.co.za>
In-reply-to
Content
> Is there anything you want to do on a "directory fd"
> except listing its contents?

In the first message in this bug, I wrote: "With the recent spate of POSIX *at() functions added to os, we now have a bunch of places in the API that take directory fds."  To be specific:  faccessat, fchmodat, fchownat, fstatat, futimesat, linkat, mkdirat, mknodat, openat, readlinkat, renameat, symlinkat, unlinkat, utimensat, mkfifoat.

At the time I created this ticket I didn't realize you could just call open() on a directory.  It seem that works fine and is supported everywhere that these *at functions exist, so perhaps it's best if we just close this ticket.
History
Date User Action Args
2011-09-05 16:22:21larrysetrecipients: + larry, pitrou, rosslagerwall
2011-09-05 16:22:21larrysetmessageid: <1315239741.23.0.305110854111.issue12898@psf.upfronthosting.co.za>
2011-09-05 16:22:20larrylinkissue12898 messages
2011-09-05 16:22:20larrycreate