Bump In article <[EMAIL PROTECTED]>, Michael Abbott <[EMAIL PROTECTED]> wrote:
> --- test.py --- > import imptest > execfile('subtest.py', dict(__name__ = 'subtest.py')) > --- imptest.py --- > print 'Imptest imported' > --- subtest.py --- > import imptest > --- > > $ python test.py > Imptest imported > Imptest imported > $ I claim this as an unreported (and highly obscure) Python bug. -- http://mail.python.org/mailman/listinfo/python-list