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 bochecha
Recipients akuchling, bochecha, eric.araujo, eric.smith, ezio.melotti, fdrake, kveretennicov, pitrou, r.david.murray, ronaldoussoren, tim.golden
Date 2012-11-05.09:11:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352106715.12.0.257388422466.issue9584@psf.upfronthosting.co.za>
In-reply-to
Content
> " IIUC you're implementing comma-separated lists {abc,def} and nested braces {a{b,c}d,efg} but not ranges {a..z}."

Exactly.

Although that's just because at the time I sent the patch, I didn't know about ranges in shells.

So I just implemented the part of curly brace expansion that I knew of and felt would be useful.

If ranges are an expected feature from shells, then it would probably be a worthwhile addition.
History
Date User Action Args
2012-11-05 09:11:55bochechasetrecipients: + bochecha, fdrake, akuchling, ronaldoussoren, pitrou, eric.smith, tim.golden, kveretennicov, ezio.melotti, eric.araujo, r.david.murray
2012-11-05 09:11:55bochechasetmessageid: <1352106715.12.0.257388422466.issue9584@psf.upfronthosting.co.za>
2012-11-05 09:11:55bochechalinkissue9584 messages
2012-11-05 09:11:54bochechacreate