Reinhold Birkenfeld wrote: > What is wrong with something like this: > > >>> class Quitter: > ... def __repr__(self): raise SystemExit > ... > >>> exit = quit = Quitter() >>> vars() # oops! </F>