Re: [Python-Dev] PEP or formal description of Python module structure

2012-10-15 Thread Xavier Combelle
Le 15/10/2012 09:43, anatoly techtonik a écrit : Hi, I am trying to figure out what Python module is internally (WIP http://wiki.python.org/moin/techtonik)? Is there already a good piece of documentation that I missed that can answer all these questions already? ...what properties do you get in

[Python-Dev] PEP or formal description of Python module structure

2012-10-15 Thread anatoly techtonik
Hi, I am trying to figure out what Python module is internally (WIP http://wiki.python.org/moin/techtonik)? Is there already a good piece of documentation that I missed that can answer all these questions already? ...what properties do you get in empty Python module (__doc__, __name__, ...)? ...w