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-08.13:14:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502198073.63.0.589226072241.issue31123@psf.upfronthosting.co.za>
In-reply-to
Content
That seems like a reasonable use case, but is fnmatch what git is using for this?  If so, what is the feature set required?  In any case, the existing functionality must remain as is for backward compatibility reasons, so this would either be a new function or keyword controlled optional behavior.

(You will note that our fnmatch documentation specifically mentions treating / as a normal character.)
History
Date User Action Args
2017-08-08 13:14:33r.david.murraysetrecipients: + r.david.murray, Varun Agrawal
2017-08-08 13:14:33r.david.murraysetmessageid: <1502198073.63.0.589226072241.issue31123@psf.upfronthosting.co.za>
2017-08-08 13:14:33r.david.murraylinkissue31123 messages
2017-08-08 13:14:33r.david.murraycreate