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 mdk
Recipients Andrew Dunai, Isaac Muse, Jon Walsh, Ronny.Pfannschmidt, christian.heimes, docs@python, eumiro, mdk, pitrou, serhiy.storchaka, virtuald
Date 2021-02-10.17:30:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612978209.64.0.945351776936.issue29249@roundup.psfhosted.org>
In-reply-to
Content
I'm +1 on adding ** to match.

My first bet would be to add it to match, not adding a new method, nor a flag, as it should not break compatibility:

It would only break iif someone have a `**` in a match AND does *not* expect it to be recursive (as it would continue to match the previous files, it may just match more).

Would this break something I did not foresee?
History
Date User Action Args
2021-02-10 17:30:09mdksetrecipients: + mdk, pitrou, christian.heimes, docs@python, Ronny.Pfannschmidt, serhiy.storchaka, virtuald, Jon Walsh, Andrew Dunai, Isaac Muse, eumiro
2021-02-10 17:30:09mdksetmessageid: <1612978209.64.0.945351776936.issue29249@roundup.psfhosted.org>
2021-02-10 17:30:09mdklinkissue29249 messages
2021-02-10 17:30:09mdkcreate