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 mark
Recipients mark
Date 2008-04-17.11:56:35
SpamBayes Score 0.06902775
Marked as misclassified No
Message-id <1208433404.5.0.648159158993.issue2649@psf.upfronthosting.co.za>
In-reply-to
Content
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 documentation for the fnmatch() function has been updated to
reflect the new functionality
(2) The translate() function has been completely replaced.
I ran test_fnmatch.py and test_glob.py and both ran without errors.
History
Date User Action Args
2008-04-17 11:56:45marksetspambayes_score: 0.0690278 -> 0.06902775
recipients: + mark
2008-04-17 11:56:45marksetspambayes_score: 0.0690278 -> 0.0690278
messageid: <1208433404.5.0.648159158993.issue2649@psf.upfronthosting.co.za>
2008-04-17 11:56:41marklinkissue2649 messages
2008-04-17 11:56:41markcreate