[issue43378] Pattern Matching section in tutorial refers to | as or

Raymond Hettinger report at bugs.python.org
Tue Mar 2 22:41:59 EST 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Another other thought, PEP 634 defines "|" as being an "or-pattern", so it part of the spec:

  https://www.python.org/dev/peps/pep-0634/#or-patterns

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43378>
_______________________________________


More information about the Python-bugs-list mailing list