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.13:03:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407502985.29.0.594020874021.issue22167@psf.upfronthosting.co.za>
In-reply-to
Content
How about something like this:

Note: The current iglob() implementation is optimized for the case of many files distributed in a large directory tree.  Internally, it iterates over the directory tree, and stores all the names from each directory at once.  This will lead to pathologically inefficient behavior when any individual directory has a large number of files in it.
History
Date User Action Args
2014-08-08 13:03:05roysmithsetrecipients: + roysmith, steven.daprano, docs@python, Gumnos
2014-08-08 13:03:05roysmithsetmessageid: <1407502985.29.0.594020874021.issue22167@psf.upfronthosting.co.za>
2014-08-08 13:03:05roysmithlinkissue22167 messages
2014-08-08 13:03:05roysmithcreate