[issue9584] Allow curly braces in fnmatch

Éric Araujo report at bugs.python.org
Fri Aug 13 14:34:25 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

In Bash, * and ? match only characters in existing files, but {a,b} always produces two filenames, even if the files don’t exist. Do we want to mimic this behavior in fnmatch?

----------
nosy: +eric.araujo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9584>
_______________________________________


More information about the Python-bugs-list mailing list