<br><br><div class="gmail_quote">On Fri, May 4, 2012 at 12:28 PM, <a href="mailto:fwierzbicki@gmail.com">fwierzbicki@gmail.com</a> <span dir="ltr">&lt;<a href="mailto:fwierzbicki@gmail.com" target="_blank">fwierzbicki@gmail.com</a>&gt;</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 Fri, May 4, 2012 at 9:21 AM, Brett Cannon &lt;<a href="mailto:brett@python.org">brett@python.org</a>&gt; wrote:<br>


&gt;&gt; Too clever for Jython at them moment :) -- which leads me to ask:<br>
&gt;&gt; Should I consider this a a feature of the sys module?<br>
&gt;<br>
&gt;<br>
&gt; No, this is an ability of types.ModuleType (which I don&#39;t have access to in<br>
&gt; importlib, so I just inlined the call). This works for any module in<br>
&gt; CPython.<br>
</div>Ah of course, and our ModuleType works just fine for this. The Jython<br>
sys module is fake sadly. Perhaps 3.x will be the time to finally make<br>
it a real module... it&#39;s been a fake module  with a comment at the top<br>
to make it a real module for longer than I&#39;ve been involved.<br>
<br>
BTW any real module works for us, for example:<br>
<br>
&gt;&gt;&gt; type(os)(&#39;foo&#39;)<br>
&lt;module &#39;foo&#39; (built-in)&gt;<br></blockquote><div><br></div><div>OK, so of the CPython built-in modules that importlib uses (sys, _imp, _warnings, _io, marshal, builtins, posix/nt), which are an actual module in Jython? </div>

</div>