On 8/19/06, Gary Stephenson <[EMAIL PROTECTED]> wrote: > I discovered in my playing that ipy allows the following use (abuse?) of > locals():
Modifying the dict returend by locals() is explicitly disallowed (see http://docs.python.org/lib/built-in-funcs.html) so any implementation behaviour is okay here. - Willem _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
