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 r.david.murray
Recipients akuchling, bochecha, eric.araujo, eric.smith, ezio.melotti, fdrake, kveretennicov, pitrou, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, tim.golden
Date 2012-11-08.21:21:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352409688.48.0.159679310602.issue9584@psf.upfronthosting.co.za>
In-reply-to
Content
Given the backward compatibility concerns, and the fact that brace expansion and wildcard expansion are conceptually separate operations, perhaps what we should have a is a glob.expand_braces (or some such name) function?  (Note: I haven't looked at whether or not this would actually work as an API, I'm just throwing out an idea.)
History
Date User Action Args
2012-11-08 21:21:28r.david.murraysetrecipients: + r.david.murray, fdrake, akuchling, ronaldoussoren, pitrou, eric.smith, tim.golden, kveretennicov, ezio.melotti, eric.araujo, bochecha, python-dev, serhiy.storchaka
2012-11-08 21:21:28r.david.murraysetmessageid: <1352409688.48.0.159679310602.issue9584@psf.upfronthosting.co.za>
2012-11-08 21:21:28r.david.murraylinkissue9584 messages
2012-11-08 21:21:28r.david.murraycreate