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 serhiy.storchaka
Recipients Arfrever, hynek, larry, pitrou, serhiy.storchaka
Date 2012-06-29.07:20:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340954458.2515.19.camel@raxxla>
In-reply-to <1340951143.81.0.164502606652.issue15217@psf.upfronthosting.co.za>
Content
> Storchaka: please take it up with Antoine, he's the defender of the realm for POSIX-functions-are-atomic iirc.  I'd be happy with dir_fd for os.listdir, though it may be too late for 3.3 anyway.

I know that this is possible (and relatively easy), but I don't think
it's useful. If you use at-functions, then after listdir should be
at-function, and for this purpose you need to get directory's fd in any
case. I don't see useful use cases for listdir(name, dir_fd). So I'm not
going to open a new issue and I'm happy with closing this one.
History
Date User Action Args
2012-06-29 07:20:47serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, larry, Arfrever, hynek
2012-06-29 07:20:46serhiy.storchakalinkissue15217 messages
2012-06-29 07:20:46serhiy.storchakacreate