Brett Cannon <br...@python.org> added the comment:

The problem with this request is it is practically unworkable. For instance, 
the missing __init__.py already exists as an ImportWarning. The circular import 
is a problem as Python would have to detect circular imports which is hard, 
else we would have a circular import solution. =)

We could fix the ImportError when running into stupid XP issues, but that 
requires someone to submit a patch enough to care to fix it. =)

----------
nosy: +brett.cannon

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12583>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to