From: Travis O. <oli...@ee...> - 2006-10-03 17:47:09
|
Sebastian Haase wrote: >Hi, >a noticed the underscore in "numpy.string_" ... >I thought the underscores were removed in favour of handling the >"from numpy import *" separately via the __all__ variable. >Is this done only for *some* members of numpy ? > > Yeah. The underscores are still on the conflicting type names. -Travis |