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

2009-09-03 Thread Georg Brandl
Georg Brandl 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 __

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

2009-09-03 Thread Tim Hatch
Tim Hatch 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 ___ ___

[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 document