| commit | 5143fd15b4fe5e122c79e3be4745031f17bb4d8e | [log] [tgz] |
|---|---|---|
| author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | Wed Apr 07 00:03:00 2021 +0800 |
| committer | GitHub <noreply@github.com> | Tue Apr 06 09:03:00 2021 -0700 |
| tree | 2f27bd2ed229a56b15284ef3acd54284b8346f18 | |
| parent | 57c6cb5100d19a0e0218c77d887c3c239c9ce435 [diff] |
Update pattern matching docs for changes to the PEP (#25185) See: - https://github.com/python/peps/pull/1909 (__match_args__ must be a tuple) - https://github.com/python/peps/pull/1908 (allow keyword patterns for int(x) etc.)