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. _______________________________________________ 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