On 14 Nov 2002 09:29:21 GMT, bokr at oz.net (Bengt Richter) wrote: [...] > >To avoid the global temp, I suppose you could write > > def foo(): > const pi = [__import__('math')][0].pi or, less ridiculously, const pi = __import__('math').pi ;-/ > const seven = 7 Regards, Bengt Richter