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, larry, ncoghlan
Date 2013-12-08.13:09:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386508188.82.0.759024393752.issue19700@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I just noticed that importlib.find_spec copies the annoying-as-hell behaviour of importlib.find_loader where it doesn't work with dotted names. Can we fix that please? It's stupid that pkgutil.get_loader has to exist to workaround that design flaw for find_loader, and I'd hate to see it replicated in a new public facing API.
History
Date User Action Args
2013-12-08 13:09:48ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, Arfrever, eric.snow
2013-12-08 13:09:48ncoghlansetmessageid: <1386508188.82.0.759024393752.issue19700@psf.upfronthosting.co.za>
2013-12-08 13:09:48ncoghlanlinkissue19700 messages
2013-12-08 13:09:48ncoghlancreate