On 8/19/06, Gary Stephenson <garys at ihug.com.au> 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