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 ncoghlan
Recipients Arfrever, brett.cannon, chris.jerdonek, docs@python, eric.araujo, eric.smith, gennad, ncoghlan
Date 2012-07-16.14:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342449318.01.0.316117733042.issue14787@psf.upfronthosting.co.za>
In-reply-to
Content
I just realised this is going to behave strangely with namespace packages as well: the __import__ step will pick up *every* portion of the namespace package, not just those defined in the identified subset of sys.path.
History
Date User Action Args
2012-07-16 14:35:18ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.smith, eric.araujo, Arfrever, chris.jerdonek, docs@python, gennad
2012-07-16 14:35:18ncoghlansetmessageid: <1342449318.01.0.316117733042.issue14787@psf.upfronthosting.co.za>
2012-07-16 14:35:17ncoghlanlinkissue14787 messages
2012-07-16 14:35:17ncoghlancreate