Re: Maybe a little bug of ipython 0.7.3 ?

2007-01-08 Thread Fernando Perez
[EMAIL PROTECTED] wrote: > I'm new to ipython, and i found it a very cool product. Glad you like it, though in the future I recommend you post on the ipython list. I very rarely scan c.l.py these days, unfortunately. > $ ipython > Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit

Re: Maybe a little bug of ipython 0.7.3 ?

2007-01-08 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > In [8]: a = range(1000) > > In [9]: a? > Type: list > Base Class: > String Form:[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, > 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26 <...> 0, 981, 98 > 2, 983, 984, 985, 986, 987,

Maybe a little bug of ipython 0.7.3 ?

2007-01-08 Thread [EMAIL PROTECTED]
I'm new to ipython, and i found it a very cool product. $ ipython Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] Type "copyright", "credits" or "license" for more information. IPython 0.7.3 -- An enhanced Interactive Python. In [8]: a = range(1000) In [9]: a? Type: