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 Varun Agrawal
Recipients Varun Agrawal, r.david.murray
Date 2017-08-07.22:30:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502145003.39.0.667648083939.issue31123@psf.upfronthosting.co.za>
In-reply-to
Content
Hi David,
It seems you already took a look at the man page. There are some subtle differences such as being unable to match to a directory when the pattern ends with a forward slash.
Overall, I'd like to see fnmatch be used to create a program that can perform pattern matching of files similar to how a gitignore works. Currently, this involves quite a bit of hackery to get working well.
History
Date User Action Args
2017-08-07 22:30:03Varun Agrawalsetrecipients: + Varun Agrawal, r.david.murray
2017-08-07 22:30:03Varun Agrawalsetmessageid: <1502145003.39.0.667648083939.issue31123@psf.upfronthosting.co.za>
2017-08-07 22:30:03Varun Agrawallinkissue31123 messages
2017-08-07 22:30:03Varun Agrawalcreate