[issue2649] poss. patch for fnmatch.py to add {.htm, html} style globbing

2009-09-04 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Yes, I think that's fine. -- nosy: +georg.brandl resolution: - duplicate status: open - closed superseder: - zsh-style subpattern matching for fnmatch/glob ___ Python tracker rep...@bugs.python.org

[issue2649] poss. patch for fnmatch.py to add {.htm, html} style globbing

2009-09-03 Thread Tim Hatch
Tim Hatch t...@timhatch.com added the comment: More discussion has gone on in issue #4573 on this topic. Can this bug be marked as a duplicate? -- nosy: +thatch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2649

[issue2649] poss. patch for fnmatch.py to add {.htm, html} style globbing

2008-04-17 Thread Mark Summerfield
New submission from Mark Summerfield [EMAIL PROTECTED]: At the moment fnmatch.py (and therefore glob.py) support: * . [chars] [!chars] The attached version of fnmatch.py extends this to: * . [chars] [!chars] {one,two,...} There are 2 changes from the original fnmatch.py file: (1) The