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 l0nwlf
Recipients eric.smith, george.hu, l0nwlf
Date 2010-04-15.01:34:35
SpamBayes Score 6.173325e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
glob module does not provide what you want.
As a workaround you can try:

os.listdir("c:\abc\afolderwith[test]")

07:02:52 l0nwlf-MBP:Desktop $ ls -R test\[123\]/
1 2 3
>>> os.listdir('/Users/l0nwlf/Desktop/test[123]')
['1', '2', '3']

Changing type to 'Feature Request'
History
Date User Action Args
2010-04-15 01:34:36l0nwlfsetrecipients: + l0nwlf, eric.smith, george.hu
2010-04-15 01:34:36l0nwlfsetmessageid: <[email protected]>
2010-04-15 01:34:35l0nwlflinkissue8402 messages
2010-04-15 01:34:35l0nwlfcreate