Message 339256 - Python tracker
Message339256
| Author | Toon Verstraelen |
|---|---|
| Recipients | Alberto Galera, Jim Nasby, Toon Verstraelen, aaron-whitehouse, josh.r, serhiy.storchaka |
| Date | 2019-03-31.12:59:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1554037149.38.0.566454987192.issue28718@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-31 12:59:09 | Toon Verstraelen | set | recipients: + Toon Verstraelen, serhiy.storchaka, josh.r, Jim Nasby, Alberto Galera, aaron-whitehouse |
| 2019-03-31 12:59:09 | Toon Verstraelen | set | messageid: <1554037149.38.0.566454987192.issue28718@roundup.psfhosted.org> |
| 2019-03-31 12:59:09 | Toon Verstraelen | link | issue28718 messages |
| 2019-03-31 12:59:09 | Toon Verstraelen | create | |