[issue44341] Conflict between re.match and match keyword

Steven D'Aprano report at bugs.python.org
Mon Jun 7 19:28:25 EDT 2021


Steven D'Aprano <steve+python at pearwood.info> added the comment:

`match` is a soft keyword. Which means that the interpreter should still recognise `match 'str': ...` even if the *name* "match" is defined.

----------
nosy: +steven.daprano

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


More information about the Python-bugs-list mailing list