|
From: Fernando P. <Fer...@co...> - 2006-01-19 22:00:18
|
Eric Emsellem wrote: > Ok thanks. (in fact the cvs version seemed to have solved it for some reason) > > I did that only because when doing "help(arange)" it gave me that dependency and > I wanted to be sure to use the right one here. So why is Ipython giving me that > instead of the most direct one? Because IPython doesn't read mailing lists or manuals :) It only shows what the inspect.get* routines return, and that's where arange _lives_ at the internal, implementation level. IPython tries really, really hard to make your life easy, but there's a limit to its powers :) Cheers, f |