[issue39225] Python should warn when a global/local has the same name as a builtin

Brett Cannon report at bugs.python.org
Mon Jan 6 13:18:32 EST 2020


Brett Cannon <brett at python.org> added the comment:

I agree with Eric that this is the realm of linters as there are legitimate reasons sometimes to mask and redefine built-ins.

Thanks for the idea, Reuven, but I'm closing the issue.

----------
nosy: +brett.cannon
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list