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 serhiy.storchaka
Date 2020-06-01.09:23:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591003387.46.0.708550022047.issue38144@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-06-01 09:23:07serhiy.storchakasetrecipients: + serhiy.storchaka
2020-06-01 09:23:07serhiy.storchakasetmessageid: <1591003387.46.0.708550022047.issue38144@roundup.psfhosted.org>
2020-06-01 09:23:07serhiy.storchakalinkissue38144 messages
2020-06-01 09:23:07serhiy.storchakacreate