On Thursday 30 March 2006 08:39, Brett Cannon wrote:
> Here is a place I think we can take a queue from Java.  I think we
> should have a root package, 'py', and then have subpackages within
> that.  

org.python.stdlib, surely? <wink>

I don't have a problem with reorganising the standard library, but 
what's the motivation for moving everything under a new root? Is it 
just to allow people to unambigiously get hold of something from the 
stdlib, rather than following the normal search path? Doesn't the 
absolute/relative import PEP solve this problem?

And what does 'from py import *' do, anyway? 

Anthony
-- 
Anthony Baxter     <[EMAIL PROTECTED]>
It's never too late to have a happy childhood.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to