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 progoth
Recipients
Date 2003-05-15.17:11:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
see bug #738631,
http://sourceforge.net/tracker/index.php?func=detail&aid=738361&group_id=5470&atid=105470

if you give glob a pattern with [...], it assumes it's
a file pattern.  this changes glob.py to add a \ in
front of the [ if a directory actually exists with the
bracket in it.

it also changes translate in fnmatch.py to take the
special case of \[ and add that straight to the regex
instead of trying to handle the shell pattern.
History
Date User Action Args
2007-08-23 15:27:15adminlinkissue738389 messages
2007-08-23 15:27:15admincreate