[IPython-dev] Overzealous introspection
Fernando Perez
fperez.net at gmail.com
Mon Mar 16 20:25:22 EDT 2009
Hi all,
sorry I hadn't noticed this old thread...
On Tue, Jan 27, 2009 at 4:54 AM, Shashwath T.R. <trshash84 at gmail.com> wrote:
> Happens without declaring the function too:
>
> In [2]: x="""
> ...: Eh?
> Object `Eh` not found.
> ...: """
>
> And now, the string is actually empty...
>
> In [3]: x
> Out[3]: '\n\n'
>
> In [4]: print x
>
>
>
> In [5]:
>
> Definitely a bug, I think?
Yup: https://bugs.launchpad.net/ipython/+bug/343992
At least now we'll track it...
Sorry again for the long delay. Post 0.10, I'd like to do some
serious bug squashing, esp. now that we have an easy way to test
interactive ipython input and we can ensure that once fixed, it stays
fixed :)
Cheers,
f
More information about the IPython-dev
mailing list