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 r.david.murray
Recipients Varun Agrawal, r.david.murray
Date 2017-08-05.01:58:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501898288.96.0.595967556967.issue31123@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at the fnmatch man page, it looks like there are option flags that some shells use that our fnmatch doesn't support.  I'm not sure if supporting them is a good idea for us or not, but it is probably worth discussing.  I suspect our fnmatch was implemented before gnu added those extensions.
History
Date User Action Args
2017-08-05 01:58:08r.david.murraysetrecipients: + r.david.murray, Varun Agrawal
2017-08-05 01:58:08r.david.murraysetmessageid: <1501898288.96.0.595967556967.issue31123@psf.upfronthosting.co.za>
2017-08-05 01:58:08r.david.murraylinkissue31123 messages
2017-08-05 01:58:08r.david.murraycreate