Anthony Baxter <[EMAIL PROTECTED]> wrote:

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


I don't think so. For instance, if I have a package called "db" in my
application (which I import with absolute imports from other packages), I might
have problems with the newly added "db.sqlite" package in Python 2.5. In fact,
I guess my "db" will shadow the stdlib one, making it impossible to access. An
unique prefix for stdlib would solve this.

Giovanni Bajo

_______________________________________________
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