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 rbcollins
Recipients BreamoreBoy, Julian, alexgarel, brett.cannon, chris.jerdonek, eric.snow, ezio.melotti, iElectric, michael.foord, r.david.murray, rbcollins, slmnhq, vila, zach.ware
Date 2014-09-08.23:22:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410218537.91.0.451521829326.issue7559@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, here is an implementation that I believe covers everything Michael wanted. I examined the other patches, and can rearrange my implementation to be more like them if desired - but at the heart of this this bug really has two requested changes:
 - deferred reporting of error per Michaels request
 - report missing attributes on packages as an ImportError (if one occurred)

and thus my implementation focuses on those changes.
History
Date User Action Args
2014-09-08 23:22:18rbcollinssetrecipients: + rbcollins, brett.cannon, vila, iElectric, ezio.melotti, r.david.murray, michael.foord, slmnhq, chris.jerdonek, BreamoreBoy, Julian, eric.snow, alexgarel, zach.ware
2014-09-08 23:22:17rbcollinssetmessageid: <1410218537.91.0.451521829326.issue7559@psf.upfronthosting.co.za>
2014-09-08 23:22:17rbcollinslinkissue7559 messages
2014-09-08 23:22:17rbcollinscreate