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 loewis
Recipients Trundle, giampaolo.rodola, loewis, neologix, nvetoshkin, pitrou, socketpair, terry.reedy
Date 2011-03-09.00:39:41
SpamBayes Score 7.4608426e-05
Marked as misclassified No
Message-id <4D76CC4D.7090805@v.loewis.de>
In-reply-to <1299630704.65.0.310177588058.issue11406@psf.upfronthosting.co.za>
Content
> I thought then and still do that listdir should (have) change (d) like range, map, and filter did, for same reasons.

The reasons that applied to map and range don't apply to listdir(). The 
cost of materializing the list in the former cases may be significant, 
but will be marginal in the latter case.
History
Date User Action Args
2011-03-09 00:39:42loewissetrecipients: + loewis, terry.reedy, pitrou, giampaolo.rodola, Trundle, nvetoshkin, neologix, socketpair
2011-03-09 00:39:42loewislinkissue11406 messages
2011-03-09 00:39:42loewiscreate