<div class="gmail_quote">On 10 October 2010 06:05,  <span dir="ltr"><<a href="mailto:ipython-dev-request@scipy.org" target="_blank">ipython-dev-request@scipy.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



Thanks for the test case, it proved fairly tricky to track down.<br>
Could you try again with updated trunk?  I think I got it.  And thanks<br>
for the report!<br></blockquote><div><br>Almost works. You dropped __builtin__ from the items to delete. The test case works for me if I change that to __builtins__. I've committed this change in ipy3-preparation (I know it's technically separate). If that doesn't work in other cases, we could avoid deleting both __builtin__ and __builtins__.<br>


<br>With __builtins__ protected, the same problem is resolved in my py3k version, which now passes all the test suites it attempts, apart from IPython.frontend (I'm a bit stuck with the pyzmq stuff).<br></div></div>
<br>I've removed the commented-out lines from ipy3-preparation, as you suggested on my pull request.<br><br>Thanks,<br>Thomas<br><br><br>