◐ Shell
clean mode source ↗

bpo-42128: Add documentation for pattern matching (PEP 634) by dmoisset · Pull Request #24664 · python/cpython

and others added 21 commits

February 27, 2021 23:33
The tutorial is a slightly modified version of PEP-636 Appendix A
Co-Authored-By: Daniel F Moisset <dfmoisset@gmail.com>
Co-Authored-By: Guido van Rossum <2894642+gvanrossum@users.noreply.github.com>
Co-Authored-By: Brandt Bucher <brandt@python.org>
Co-authored-by: Daniel F Moisset <dfmoisset@gmail.com>
Some minor typos, and copy/paste fixes

Fidget-Spinner

@Fidget-Spinner

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
This avoid some possible confusion present in the previous language, where
it wasn't explicit that bindings happened before the guard was valuated

@dmoisset dmoisset marked this pull request as ready for review

February 28, 2021 23:44

gvanrossum

@gvanrossum

willingc

Co-authored-by: Carol Willing <carolcode@willingconsulting.com>

@Fidget-Spinner