<br><br><div class="gmail_quote">On Mon, Jan 18, 2010 at 1:03 AM, Fernando Perez <span dir="ltr"><<a href="http://fperez.net">fperez.net</a>@<a href="http://gmail.com">gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey,<br>
<div class="im"><br>
On Sun, Jan 17, 2010 at 10:55 PM, Gökhan Sever <<a href="mailto:gokhansever@gmail.com">gokhansever@gmail.com</a>> wrote:<br>
> 1-) My favourite the tab-completion:<br>
><br>
> get_ip<tab><br>
><br>
> bum the cursor jumps one next to where it is supposed to be.<br>
<br>
</div><a href="https://bugs.launchpad.net/ipython/+bug/470824" target="_blank">https://bugs.launchpad.net/ipython/+bug/470824</a><br>
<br>
Unfortunately it's not our bug but a python problem, nothing we can do about it.<br>
<div class="im"><br>
> 2-) In .../ipython-dev/IPython/core/magic.py looking at the magic_whos code:<br>
><br>
> You still mention of Numeric. Shouldn't these instances be cleared both in<br>
> code and documentation providing that you drop support for Python 2.4 and<br>
> below?<br>
><br>
> 3-) Lines 966-967<br>
><br>
> # for these types, show len() instead of data:<br>
> seq_types = [types.DictType,types.ListType,types.TupleType]<br>
><br>
> with a sample code:<br>
><br>
> In [18]: ll = range(10)<br>
><br>
> In [19]: whos<br>
> Variable Type Data/Info<br>
> ----------------------------------------<br>
> a InteractiveShell <InteractiveShell('ipython.component0')><br>
> b NoneType None<br>
> ll list [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]<br>
><br>
> From this, either the comment or the output of the whos needs to be updated.<br>
<br>
</div>Could you please file bugs for these two so we don't lose track?<br></blockquote><div><br>Updated.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Thanks!<br>
<font color="#888888"><br>
f<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Gökhan<br>