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 pitrou
Recipients bochecha, eric.araujo, pitrou, r.david.murray
Date 2010-08-13.13:08:25
SpamBayes Score 8.62386e-05
Marked as misclassified No
Message-id <1281704906.96.0.172445201077.issue9584@psf.upfronthosting.co.za>
In-reply-to
Content
> Doing the equivalent of brace expansion would have to be done before
> applying globbing, to be consistent with the shell.

I don't get the "shell consistency" argument. First, there is no single definition of "the shell". Second, users of Python generally don't care what a shell would do, they simply want to achieve useful tasks (which filename matching is arguably part of).
History
Date User Action Args
2010-08-13 13:08:27pitrousetrecipients: + pitrou, eric.araujo, r.david.murray, bochecha
2010-08-13 13:08:26pitrousetmessageid: <1281704906.96.0.172445201077.issue9584@psf.upfronthosting.co.za>
2010-08-13 13:08:25pitroulinkissue9584 messages
2010-08-13 13:08:25pitroucreate