[issue28718] '*' matches entire path in fnmatch

Toon Verstraelen report at bugs.python.org
Sun Mar 31 08:59:09 EDT 2019


Toon Verstraelen <toon.verstraelen at gmail.com> added the comment:

Just for reference, here are a few more implementations of the same idea, next to pywildcard, sometimes combined with other useful features:

- https://github.com/LawfulHacker/fnmatch2
- https://github.com/demurgos/py-pathmatch
- https://github.com/vidartf/globmatch
- https://github.com/facelessuser/wcmatch

The last one is rather active, with regular releases, last one on March 24, 2019.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue28718>
_______________________________________


More information about the Python-bugs-list mailing list