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 pitrou
Recipients brett.cannon, pitrou
Date 2013-02-03.20:02:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Mmmh, what is the point of forcing people to adapt their module-like objects so that they have a __loader__ entry?
Couldn't importlib just interpret the absence of __loader__ as a None?
History
Date User Action Args
2013-02-03 20:02:29pitrousetrecipients: + pitrou, brett.cannon
2013-02-03 20:02:29pitrousetmessageid: <[email protected]>
2013-02-03 20:02:29pitroulinkissue17115 messages
2013-02-03 20:02:29pitroucreate