Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

After adding this feature to iglob I am going to add it to other functions 
which work recursively with a directory tree.

The only question: should we add two parameters root_dir and dir_fd or combine 
them in a single rood_dir (which can be either path or file descriptor or a 
special object combining a file descriptor and a relative path)? Or maybe merge 
one variant, test it and change it before feature freeze if needed?

----------
versions: +Python 3.10 -Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38144>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to