On Mon, Feb 6, 2012 at 13:07, Christian Heimes <li...@cheimes.de> wrote:

> Am 06.02.2012 18:57, schrieb Brett Cannon:
> >  Ah, but does it run against Python 3? If so then this is something to
> > suggest on python-mentor for someone to get their feet wet for
> contributing.
>
> Probably not, the code was last modified seven years ago. The compiler
> package has been removed from Python 3, too.
>
> A similar approach should yield better results than a simple regexp
> search. The 2to3 / 3to2 infrastructure could be reused to parse the AST
> and search for imports and used names.
>

If that's the case I might as well add it as part of my mnfy project's
verification run I do over the stdlib if someone doesn't beat me to it.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to