[Python-ideas] Internal function idea

Franklin? Lee leewangzhong+python at gmail.com
Thu Dec 28 21:31:25 EST 2017


On Thu, Dec 28, 2017 at 5:21 AM, William Rose <william27.07.02 at gmail.com> 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?


More information about the Python-ideas mailing list