Guido van Rossum schrieb: > Is anyone familiar enough with modulefinder.py to fix its breakage in > Py3k? It chokes in a nasty way (exceeding the recursion limit) on the > relative import syntax. I suspect this is also a problem for 2.5, when > people use that syntax; hence the cross-post. There's no unittest for > modulefinder.py, but I believe py2exe depends on it (and of course > freeze.py, but who uses that still?) >
I'm not (yet) using relative imports in 2.5 or Py3k, but have not been able to reproduce the recursion limit problem. Can you describe the package that fails? Thanks, Thomas _______________________________________________ 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