[IPython-dev] IPython-dev Digest, Vol 81, Issue 25
Thomas Kluyver
takowl at gmail.com
Sat Oct 16 14:25:22 EDT 2010
On 16 October 2010 18:00, <ipython-dev-request at scipy.org> wrote:
> We may try to hack either by redirecting sys.stderr to sys.stdout
> temporarily, or replacing sys.excepthook. If you can have a go at
> these and find something interesting please let us know, I'm at a
> conference this weekend with very limited time.
I've gone for a rather easier option: print str("Hi"). If it can't find the
str function, it can't print any output, and fails the test. I've checked
that the test fails, committed that, and then reapplied the fix for the bug
(and checked that the test passes again), in this branch:
http://github.com/takowl/ipython/tree/fix-del-method-exit-test
I've made a pull request for it.
I also noticed a few bits of code not converting cleanly, so I've made
another cleanup branch (cleanup-old-code).
Thanks,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20101016/2c4f3341/attachment.html>
More information about the IPython-dev
mailing list