On Thursday 19 June 2008 20:28:46 Robert Kern wrote: > On Thu, Jun 19, 2008 at 19:15, Pierre GM <[EMAIL PROTECTED]> wrote: > > Your question raises a good point: is there any consensus on using > > __all__ instead of the module namespace ? > > I'm not sure what you mean. Can you clarify?
__all__ is used on a regular basis in numpy instead of using modules namespace: why ? _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
