Pedro Algarvio
Pedro Algarvio
https://github.com/saltstack/salt/commit/043875391f980493394ec3881c4f6aec2627b59a
https://github.com/saltstack/salt/commit/e89da8a76d8d595e8116feceefce46647bba1b39
https://github.com/saltstack/salt/commit/85ea23dd6261e86e4fc6a894936bc903a01d4d0d
https://github.com/saltstack/salt/commit/85ea23dd6261e86e4fc6a894936bc903a01d4d0d
https://github.com/saltstack/salt/commit/85ea23dd6261e86e4fc6a894936bc903a01d4d0d
https://github.com/saltstack/salt/commit/6052a1ede23bfe2d8dfed8fe6d53ded8796bbb0d
```python >>> CODE = ''' ... foo = "bar" ... match foo: ... case "bar": ... print(f"Case {foo}") ... case "blah": ... print(f"Case {foo}") ... case _: ... print("No match")...