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 virtuald
Recipients Andrew Dunai, Jon Walsh, christian.heimes, docs@python, pitrou, serhiy.storchaka, virtuald
Date 2017-12-08.19:40:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512762012.08.0.213398074469.issue29249@psf.upfronthosting.co.za>
In-reply-to
Content
Because of backwards compatibility (despite a statement saying it's not guaranteed for pathlib), I think the best approach would be to create a 'globmatch' function for PurePath instead of modifying the match function, and document that the match function does a different kind of matching. 

This isn't a patch for cpython per se (ironically, don't have time for that this month...), but here's a MIT-licensed gist that patches pathlib2 and adds a globmatch function to it, plus associated tests extracted from pathlib2 and my own ** related tests. Works for me, feel free to do with it as you wish.

https://gist.github.com/virtuald/dd0373bf3f26ec0730adf1da0fb929bb
History
Date User Action Args
2017-12-08 19:40:12virtualdsetrecipients: + virtuald, pitrou, christian.heimes, docs@python, serhiy.storchaka, Jon Walsh, Andrew Dunai
2017-12-08 19:40:12virtualdsetmessageid: <1512762012.08.0.213398074469.issue29249@psf.upfronthosting.co.za>
2017-12-08 19:40:12virtualdlinkissue29249 messages
2017-12-08 19:40:12virtualdcreate