[IPython-dev] Announcing shrubbery

Thomas Kluyver takowl at gmail.com
Sun Aug 21 16:07:12 EDT 2011


On 21 August 2011 14:29, Grahame Bowland <grahame at angrygoats.net> wrote:

> To reproduce the problems I'm seeing provoke a traceback:
> def blah(): 1/0
> blah()
>

OK, I've tracked this down. Where we override raw_input() for the Qt
console, we weren't updating that to input() in Python 3. It's fixed in my
py3compat branch, which should land in master soon.

Thanks,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20110821/a21c80ff/attachment.html>


More information about the IPython-dev mailing list