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 george.hu
Recipients eric.smith, george.hu, l0nwlf
Date 2010-04-15.01:43:17
SpamBayes Score 0.000270738
Marked as misclassified No
Message-id <1271295798.34.0.845304653802.issue8402@psf.upfronthosting.co.za>
In-reply-to
Content
Well, the listdir doesn't support "wildcard", for example, listdir("*.app"). I know the glob is kind of unix shell style expanding, but my program is running under windows, it's my tiny script to walk through a huge directory in my NAS. And there are many directories named with "[]" and "()" characters amid. May be the only way is to write a filter on the listdir.
History
Date User Action Args
2010-04-15 01:43:18george.husetrecipients: + george.hu, eric.smith, l0nwlf
2010-04-15 01:43:18george.husetmessageid: <1271295798.34.0.845304653802.issue8402@psf.upfronthosting.co.za>
2010-04-15 01:43:17george.hulinkissue8402 messages
2010-04-15 01:43:17george.hucreate