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, pje
Date 2013-04-05.01:15:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za>
In-reply-to
Content
To help with circular imports, IMPORT_FROM should be modified to check sys.modules if a getattr() check fails.

http://mail.python.org/pipermail/python-dev/2013-April/125123.html
History
Date User Action Args
2013-04-05 01:15:02brett.cannonsetrecipients: + brett.cannon, pje
2013-04-05 01:15:02brett.cannonsetmessageid: <1365124502.39.0.727243640375.issue17636@psf.upfronthosting.co.za>
2013-04-05 01:15:02brett.cannonlinkissue17636 messages
2013-04-05 01:15:01brett.cannoncreate