I've tested RC3 on 32/64b Python 3.3 on Windows 7, and 3.3 on OS X 10.8,<div>and 2.7/3.2 on Ubuntu 12.10 (x64), and I have heard nothing from anyone else.</div><div><br></div><div>Which means that tomorrow, rc3 will become 0.13.1 final. Any new backport issues should be marked for 0.13.2.</div>
<div><br></div><div>-MinRK</div><div><br><div class="gmail_quote">On Wed, Oct 17, 2012 at 2:48 AM, Thomas Kluyver <span dir="ltr"><<a href="mailto:takowl@gmail.com" target="_blank">takowl@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 16 October 2012 19:38, MinRK <<a href="mailto:benjaminrk@gmail.com">benjaminrk@gmail.com</a>> wrote:<br>
> which imports [module], then *if module.load_ipython_extension is defined*,<br>
> calls `module.load_ipython_extension(shell)`. The IPython extensions dir is<br>
> just added to sys.path. In this way, any module can be an IPython<br>
> extension. We could definitely add a message in cases where<br>
> `load_ipython_extension` is not defined, which would suggest that it may not<br>
> actually be an extension (not necessarily the case).<br>
><br>
> But someone who is more familiar with the extension machinery can correct<br>
> me.<br>
<br>
</div>Yes, that's all correct. I agree that we should have a message, and<br>
I've just added it to this extension-related PR:<br>
<a href="https://github.com/ipython/ipython/pull/2462" target="_blank">https://github.com/ipython/ipython/pull/2462</a><br>
<br>
For now, I've gone for the wording "The foo module is not an IPython<br>
extension." I think we should just require that IPython extensions<br>
have the load_ipython_extension function. The documentation [1]<br>
doesn't give any suggestion that it's optional, and as far as I know,<br>
all the extensions available so far do define it.<br>
<br>
[1] <a href="http://ipython.org/ipython-doc/stable/config/extensions/index.html" target="_blank">http://ipython.org/ipython-doc/stable/config/extensions/index.html</a><br>
<br>
Thanks,<br>
Thomas<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
IPython-User mailing list<br>
<a href="mailto:IPython-User@scipy.org">IPython-User@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-user" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-user</a><br>
</div></div></blockquote></div><br></div>