[Python-projects] No complaints about shadowing interactive-use-only builtins

skip at pobox.com skip at pobox.com
Wed May 24 21:10:42 CEST 2006


Python has a number of builtins that are really only intended to use in
interactive mode: exit, copyright, quit, credits, license, perhaps reload.
It seems to me that if you have a variable in a script with any of these
names (maybe not reload), that pylint shouldn't complain.

Skip



More information about the Python-Projects mailing list