nested scopes

Robin Becker robin at jessikat.fsnet.co.uk
Fri Feb 2 05:33:55 EST 2001


Is it really true that J Hylton's nested scopes will cause code like

def bingo():
  from string import *
  ....

to be declared bad? I'm already against nested scopes, but requiring
this to be wrong seems awful. We seem to be replacing a simple 2-level
system by a more complex one & restrictions.
-- 
Robin Becker



More information about the Python-list mailing list