Hello,<br><br>My first question on this list:<br><br>In [1]: a = arange(0,5)<br><br>In [2]: b = arange(5,10)<br><br>In [3]: c = arange(10,15)<br><br>In [4]: whos<br>Variable Type Data/Info<br>-------------------------------<br>
b ndarray 5: 5 elems, type `int32`, 20 bytes<br>c ndarray 5: 5 elems, type `int32`, 20 bytes<br><br>Why is my "a" array not being listed on the output of whos command?<br><br>Is this a bug or am I missing something<br>
<br>IPython v0.9.1-rev1145<br><br>Thanks,<br>Gökhan SEVER<br>