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-16.04:41:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=61663

brackets are valid file/dir names in unix, too.  in fact, if I'm not mistaken, the 
only 2 characters not allowed in unix file names are / and \0.  I don't see 
how it's not a bug if glob tries to read the files in a directory that exists 
and crashes (or doesn't read them).

as for how it should be fixed, I have no idea.  my patch isn't very elegant.

btw, I just ran this on unix (after changing the \\ to / in the test script) and 
the exact same behavior was exhibited.
History
Date User Action Args
2007-08-23 14:13:20adminlinkissue738361 messages
2007-08-23 14:13:20admincreate