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 roysmith
Recipients Gumnos, docs@python, roysmith, steven.daprano
Date 2014-08-08.02:28:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The thread that led to this started out with the use case of a directory that had 200k files in it.  If I ran iglob() on that and discovered that it had internally generated a list of all 200k names in memory at the same time, I would be pretty darn surprised, based on what the docs say now.

We're shooting for principle of least astonishment here.
History
Date User Action Args
2014-08-08 02:28:02roysmithsetrecipients: + roysmith, steven.daprano, docs@python, Gumnos
2014-08-08 02:28:02roysmithsetmessageid: <[email protected]>
2014-08-08 02:28:02roysmithlinkissue22167 messages
2014-08-08 02:28:02roysmithcreate