On Thu, Dec 28, 2017 at 5:21 AM, William Rose <[email protected]> wrote: > I agree with the point that it should allow builtin but the main purpose of > it is to not allow global variables
But functions are also accessed using global names. What is your answer to the potential problem of programmers being reluctant to factor out code into new functions? _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
