[issue9584] Allow curly brace expansion

Tim Golden report at bugs.python.org
Tue Nov 6 17:51:08 CET 2012


Tim Golden added the comment:

Well even in the original [working] version, the scope of this change
was limited to glob.glob. os.listdir doesn't currently support any form
of expansion (at least not on Windows) and nor does os.makedirs. I don't
see any problem in restricting this change -- and any future extensions
-- to glob.glob whose purpose is precisely to return one or more files
matching a, possibly wildcard, pattern.

----------

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


More information about the Python-bugs-list mailing list