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, eric.snow, ncoghlan
Date 2016-01-22.23:30:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453505417.75.0.366555091817.issue21762@psf.upfronthosting.co.za>
In-reply-to
Content
I think that leaves the following attributes to be updated/checked for dependencies in importlib (and if they are found, raise ImportWarning when they differ):

1. __path__
2. __loader__
3. __file__
4. __cached__
History
Date User Action Args
2016-01-22 23:30:17brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2016-01-22 23:30:17brett.cannonsetmessageid: <1453505417.75.0.366555091817.issue21762@psf.upfronthosting.co.za>
2016-01-22 23:30:17brett.cannonlinkissue21762 messages
2016-01-22 23:30:17brett.cannoncreate