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 george.hu
Date 2010-04-15.00:51:25
SpamBayes Score 1.6165385e-08
Marked as misclassified No
Message-id <1271292687.68.0.249436327738.issue8402@psf.upfronthosting.co.za>
In-reply-to
Content
Have this problem in python 2.5.4 under windows. 
I'm trying to return a list of files in a directory by using glob. It keeps returning a empty list until I tested/adjusted folder name by removing "[" character from it. Not sure if this is a bug.

glob.glob("c:\abc\afolderwith[test]\*") returns empty list
glob.glob("c:\abc\afolderwithtest]\*") returns files
History
Date User Action Args
2010-04-15 00:51:27george.husetrecipients: + george.hu
2010-04-15 00:51:27george.husetmessageid: <1271292687.68.0.249436327738.issue8402@psf.upfronthosting.co.za>
2010-04-15 00:51:25george.hulinkissue8402 messages
2010-04-15 00:51:25george.hucreate