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 2014-04-04.19:09:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396638543.68.0.350610663328.issue20383@psf.upfronthosting.co.za>
In-reply-to
Content
I envision making this happen would also allow for importlib to be updated to rely on __spec__ when possible, with the idea that sometime in the future we can deprecate pulling attributes from a module directly and shift to always working from __spec__.
History
Date User Action Args
2014-04-04 19:09:03brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow
2014-04-04 19:09:03brett.cannonsetmessageid: <1396638543.68.0.350610663328.issue20383@psf.upfronthosting.co.za>
2014-04-04 19:09:03brett.cannonlinkissue20383 messages
2014-04-04 19:09:03brett.cannoncreate