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 tomplast
Recipients serhiy.storchaka, tomplast, veky
Date 2021-02-13.12:10:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CABQrHD=OghtzHuOhjak1snrJJSiSa7woSX7hY-4LTFSa7UeQCw@mail.gmail.com>
In-reply-to <1613214480.01.0.320778116316.issue43213@roundup.psfhosted.org>
Content
Okay, maybe a bad example. But let's say I want to find all folders and
files but filter out those which contains .git,.svn in the paths.

Anyhow, I believe this minor feature would make such use cases (and other)
more clean and intuitive. I am lazy and I like when things work without me
having to write more lines or characters then I need.

On Sat, 13 Feb 2021, 12:08 Vedran Čačić <report@bugs.python.org> wrote:

>
> Vedran Čačić <vedgar@gmail.com> added the comment:
>
> While it might be useful, I don't think it is what you want. For example,
> you wouldn't say it contains 'r/sh', right? I think it should only refer to
> full names of path parts.
>
> ----------
> nosy: +veky
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue43213>
> _______________________________________
>
History
Date User Action Args
2021-02-13 12:10:03tomplastsetrecipients: + tomplast, serhiy.storchaka, veky
2021-02-13 12:10:02tomplastlinkissue43213 messages
2021-02-13 12:10:02tomplastcreate