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, eric.snow, ncoghlan
Date 2014-01-03.07:01:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388732464.02.0.0564614328837.issue19944@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, why *is* find_spec at package level, rather than in util with resolve_name? I know we said it was at package level in the PEP, but we never really gave the question serious thought.

Also, why use builtins.__import__ rather than using __import__ directly? (A comment as to why you're using __import__ over import_module would also be good - I assume it's to get the automatic check for the __path__ attribute)
History
Date User Action Args
2014-01-03 07:01:04ncoghlansetrecipients: + ncoghlan, brett.cannon, Arfrever, eric.snow
2014-01-03 07:01:04ncoghlansetmessageid: <1388732464.02.0.0564614328837.issue19944@psf.upfronthosting.co.za>
2014-01-03 07:01:04ncoghlanlinkissue19944 messages
2014-01-03 07:01:03ncoghlancreate