Steven D'Aprano <steve+pyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44341>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to