
June 28, 2014
3:27 p.m.
On Sat, Jun 28, 2014 at 11:05 PM, Akira Li <4kir4.1i@gmail.com> wrote:
Have you considered adding support for paths relative to directory descriptors [1] via keyword only dir_fd=None parameter if it may lead to more efficient implementations on some platforms?
Potentially more efficient and also potentially safer (see 'man openat')... but an enhancement that can wait, if necessary. ChrisA