[IPython-dev] No displayhook triggered for raw 'asdf'

Fernando Perez fperez.net at gmail.com
Fri Jan 28 16:02:15 EST 2011


Hey Robert,

On Thu, Jan 27, 2011 at 7:38 PM, Robert Kern <robert.kern at gmail.com> wrote:

> I'm having trouble pushing a branch to my github at the moment, but attached
> is a patch. It completely fixes the "asdf" case, and
> split_blocks('"""foo\nbar"""\n') works correctly too, but in the actual
> IPython prompt, the multiline string does not get displayed or collected
> into the Out history. There may be a problem elsewhere.

Many thanks, Robert.  For now this fixes at least the single-line
strings, which was likely the most common problem.  I'll keep working
on it later, but since it was such an ugly bug I've pushed your commit
for now.

Cheers,

f



More information about the IPython-dev mailing list