Message 340003 - Python tracker

Message340003

Author xtreak
Recipients Epic_Wink, SilentGhost, p-ganssle, pitrou, xtreak
Date 2019-04-12.02:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555037144.69.0.854382534734.issue36602@roundup.psfhosted.org>
In-reply-to
Content
> I believe `rglob("*")` is eager, while `iterdir` is lazy.

rglob and glob also return a generator.

Slightly related, pathlib.walk was proposed in the past in python-ideas : https://mail.python.org/pipermail/python-ideas/2017-April/045398.html
History
Date User Action Args
2019-04-12 02:45:44xtreaksetrecipients: + xtreak, pitrou, SilentGhost, p-ganssle, Epic_Wink
2019-04-12 02:45:44xtreaksetmessageid: <1555037144.69.0.854382534734.issue36602@roundup.psfhosted.org>
2019-04-12 02:45:44xtreaklinkissue36602 messages
2019-04-12 02:45:44xtreakcreate