[issue31123] fnmatch does not follow Unix fnmatch functionality

R. David Murray report at bugs.python.org
Fri Aug 4 21:58:08 EDT 2017


R. David Murray added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31123>
_______________________________________


More information about the Python-bugs-list mailing list