[removing Python-ideas-owner so any replies don't flood my inbox]

On Sat, Dec 23, 2017, 09:23 William Rose, <william27.07...@gmail.com> wrote:

> I had an idea that it could be helpful to have local functions as well as
> normal ones. They would be called the same way as normal ones but def would
> be replaced by internal and inside they could only access variables they
> have defined and inputs to them so no global variables or class variables.
> I think this could be used to save people accidentally changing variables
> you dont' want to change when updating your code. Let me know what you
> think!
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to