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 alynn
Recipients alynn
Date 2015-02-03.17:55:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422986140.16.0.155842945597.issue23389@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation states that __spec__ is None in–and only in–__main__. That this happens also for PEP 420 implicit namespace packages appears to be the cause of the error.
History
Date User Action Args
2015-02-03 17:55:40alynnsetrecipients: + alynn
2015-02-03 17:55:40alynnsetmessageid: <1422986140.16.0.155842945597.issue23389@psf.upfronthosting.co.za>
2015-02-03 17:55:40alynnlinkissue23389 messages
2015-02-03 17:55:39alynncreate