On Mon, Apr 19, 2010 at 20:37, Manlio Perillo <[email protected]> wrote: > Hi. > > I would like to use support to namespace packages in setuptools, however > I have some doubts. > > * will this feature be supported for future setup tools?
All of Zope and Plone uses it all the time. Trust us, it won't disappear ever. :) > * is it efficient to use? Well, obviously it will slow down package import, but not very much and you only import packages once. > * any reason why one should not use it? Not that I can think of. -- Lennart Regebro: http://regebro.wordpress.com/ Python 3 Porting: http://python-incompatibility.googlecode.com/ +33 661 58 14 64 _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
