[Python-Dev] PEP 8 updates/clarifications

Jim Fulton jim at zope.com
Tue Dec 13 15:48:33 CET 2005


Michael Hoffman wrote:
> [Ian Bickling]
> 
>>>stdlib, external modules, internal modules seems like enough
>>>ordering to me.
> 
> 
> [Jim Fulton]
> 
>>Personally, I don't find the stdlib/external distinction to be useful.
> 
> 
> It's useful because it allows one to quickly see all the prerequisites
> need to be installed in one place.

Sure, if you only have one module, and if your module doesn't do any
dynamic imports, and if the things your importing don't have dependencies,
and ...

I think it would be simpler to have a formal dependency system.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Python-Dev mailing list