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
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