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 Ronny.Pfannschmidt
Recipients Ronny.Pfannschmidt
Date 2018-09-19.05:34:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537335286.28.0.956365154283.issue34731@psf.upfronthosting.co.za>
In-reply-to
Content
when porting parts of pytest to pathlib we noted that `path.match` does not quite match normal fnmatch for usages of `**`

i believe this is related to always splitting the patter completely and not handling `**` in that case

Bruno wrote https://github.com/pytest-dev/pytest/pull/3980/files#diff-63fc5ed688925b327a5af20405bf4b09R19 as a workaround
History
Date User Action Args
2018-09-19 05:34:46Ronny.Pfannschmidtsetrecipients: + Ronny.Pfannschmidt
2018-09-19 05:34:46Ronny.Pfannschmidtsetmessageid: <1537335286.28.0.956365154283.issue34731@psf.upfronthosting.co.za>
2018-09-19 05:34:46Ronny.Pfannschmidtlinkissue34731 messages
2018-09-19 05:34:46Ronny.Pfannschmidtcreate