[issue8402] glob returns empty list with "[" character in the folder name

2010-05-26 Thread Dan Gawarecki
Dan Gawarecki added the comment: Following up... I saw Eric Smith's 2nd note (2010-04-15 @1:27) about fnmatch.translate documentation stating that "There is no way to quote meta-characters." When I looked at: http://docs.python.org/library/fnmatch.html#module-fnmatch d

[issue8402] glob returns empty list with "[" character in the folder name

2010-05-26 Thread Dan Gawarecki
Dan Gawarecki added the comment: Shouldn't the title be updated to indicate the fnmatch is the true source of the behavior (I'm basing this on http://docs.python.org/library/glob.html indicating the fnmatch is invoked by glob). I'm not using glob, but fnmatch in my attempt to