Re: [Tutor] Name tables questions

2005-12-19 Thread Kent Johnson
Bernard Lebel wrote: > Hello, > > I have a few theoric questions regarding name tables. I wish to better > understand a few things about this aspect of Python, in particular how > module names and the import statements fit into the picture of name > tables. > > - First of all, I understand each s

[Tutor] Name tables questions

2005-12-18 Thread Bernard Lebel
Hello, I have a few theoric questions regarding name tables. I wish to better understand a few things about this aspect of Python, in particular how module names and the import statements fit into the picture of name tables. - First of all, I understand each scope has its "local" name table, cont