Steve Holden wrote: > If x and b are meant to be global than bite the bullet and *make* them > global.
Well, there's global, and there's global. There's global to a few functions in a module, there's global to everything in a module, and global to an entire application. They're not necessarily the same thing. -- Steven -- http://mail.python.org/mailman/listinfo/python-list