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 ronaldoussoren
Recipients nickpapior, ronaldoussoren
Date 2021-11-24.12:56:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637758578.8.0.546462113734.issue45889@roundup.psfhosted.org>
In-reply-to
Content
I don't think our opinions about this will converge, I'm therefore leaving this discussion.

>> would ``Path("dir/some.py").match(Path("*.py"))`` return?
>
> str(Path("*.py")) == "*.py"
>
> So no problems here.

I do think this is a problem, treating a Path like an pattern feels wrong to me.
History
Date User Action Args
2021-11-24 12:56:18ronaldoussorensetrecipients: + ronaldoussoren, nickpapior
2021-11-24 12:56:18ronaldoussorensetmessageid: <1637758578.8.0.546462113734.issue45889@roundup.psfhosted.org>
2021-11-24 12:56:18ronaldoussorenlinkissue45889 messages
2021-11-24 12:56:18ronaldoussorencreate