[Python-3000] Small Py3k task: fix modulefinder.py (original) (raw)
Guido van Rossum guido at python.org
Tue Aug 29 23:42:43 CEST 2006
- Previous message: [Python-3000] regex literals?
- Next message: [Python-3000] Premature optimization and all that
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?)
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-3000] regex literals?
- Next message: [Python-3000] Premature optimization and all that
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]