<br><br><div class="gmail_quote">On Mon, Feb 6, 2012 at 13:07, Christian Heimes <span dir="ltr">&lt;<a href="mailto:lists@cheimes.de">lists@cheimes.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Am 06.02.2012 18:57, schrieb Brett Cannon:<br>
<div class="im">&gt;  Ah, but does it run against Python 3? If so then this is something to<br>
&gt; suggest on python-mentor for someone to get their feet wet for contributing.<br>
<br>
</div>Probably not, the code was last modified seven years ago. The compiler<br>
package has been removed from Python 3, too.<br>
<br>
A similar approach should yield better results than a simple regexp<br>
search. The 2to3 / 3to2 infrastructure could be reused to parse the AST<br>
and search for imports and used names.<br>
</blockquote></div><br><div>If that&#39;s the case I might as well add it as part of my mnfy project&#39;s verification run I do over the stdlib if someone doesn&#39;t beat me to it.</div>