From: John H. <jdh...@ac...> - 2005-01-22 03:53:47
|
>>>>> "danny" == danny shevitz <dan...@ya...> writes: danny> my comments on modules being exposed appear to have fallen danny> into a vacuum. I still ask if "from matplotlib import *" danny> should expose the time module or the sys module? Hi Danny, Apparently your voice has escaped the void! I added the __all__ attribute to the pylab module to restrict the symbols it exports strictly to matplotlib and numerix symbols, which should protect you from these kids of unexpected effects. Cheers, JDH |