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 adelfino
Recipients adelfino, serhiy.storchaka
Date 2018-05-03.12:20:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
To be frank, I just searched the tree for uses of listdir() combined with isdir()/isfile()/issymlink(). Thought that using scandir() would make sense, and didn't think of a reason for not using it. That being said, I cannot state a case and I'll be happy to close the PR if there's no need for this :)
History
Date User Action Args
2018-05-03 12:20:52adelfinosetrecipients: + adelfino, serhiy.storchaka
2018-05-03 12:20:52adelfinosetmessageid: <[email protected]>
2018-05-03 12:20:52adelfinolinkissue33414 messages
2018-05-03 12:20:52adelfinocreate