Message 386795 - Python tracker (original) (raw)
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?