Re: [Python-Dev] cpython: issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon

2012-11-08 Thread Georg Brandl
On 11/06/2012 02:56 PM, tim.golden wrote: http://hg.python.org/cpython/rev/dafca4714298 changeset: 80273:dafca4714298 user:Tim Golden m...@timgolden.me.uk date:Tue Nov 06 13:50:42 2012 + summary: issue9584: Add {} list expansion to glob. Original patch by Mathieu

Re: [Python-Dev] cpython: issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon

2012-11-08 Thread Georg Brandl
On 11/08/2012 09:43 PM, Georg Brandl wrote: Needs a versionchanged. In any case, brace expansion is not part of globbing (see the bash or zsh manuals) because it does not generate valid file names, and it is a non-POSIX expansion of some shells. Are you sure it should be put into the glob

Re: [Python-Dev] cpython: issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon

2012-11-08 Thread Tim Golden
On 08/11/2012 20:43, Georg Brandl wrote: On 11/06/2012 02:56 PM, tim.golden wrote: http://hg.python.org/cpython/rev/dafca4714298 changeset: 80273:dafca4714298 user:Tim Golden m...@timgolden.me.uk date:Tue Nov 06 13:50:42 2012 + summary: issue9584: Add {} list expansion