This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, brian.curtin, cool-RR
Date 2011-07-18.21:41:02
SpamBayes Score 8.285641e-07
Marked as misclassified No
Message-id <1311025263.41.0.308108634543.issue12583@psf.upfronthosting.co.za>
In-reply-to
Content
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. =)
History
Date User Action Args
2011-07-18 21:41:03brett.cannonsetrecipients: + brett.cannon, brian.curtin, cool-RR
2011-07-18 21:41:03brett.cannonsetmessageid: <1311025263.41.0.308108634543.issue12583@psf.upfronthosting.co.za>
2011-07-18 21:41:02brett.cannonlinkissue12583 messages
2011-07-18 21:41:02brett.cannoncreate