Dave Benjamin <ramen at lackingtalent.com> wrote:
...
> If you've got a lot of dictionary construction and deconstruction to do,
> this simple trick can save a lot of {'redundant': redundant,
> 'mapping': mapping} between locals and dictionaries.
Nah -- just pass in locals() as an argument!
> (but of course it still feels dirty)
So don't do it!-)
Alex