[Python-ideas] Inline Functions - idea

Guido van Rossum guido at python.org
Thu Feb 6 01:15:45 CET 2014


On Wed, Feb 5, 2014 at 2:26 PM, Ethan Furman <ethan at stoneleaf.us> wrote:

> Possibly, but it's easy enough to simulate (at least in a read-only
> fashion) with **locals().
>

Eew. Use of locals() for any purpose other than debugging should be
discouraged.

-- 
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140205/737a016c/attachment.html>


More information about the Python-ideas mailing list