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 Trundle, alex, benjamin.peterson, brett.cannon, eric.araujo, eric.snow, ncoghlan, pitrou, vstinner
Date 2012-03-04.21:27:03
SpamBayes Score 0.008398119
Marked as misclassified No
Message-id <1330896424.24.0.19751063393.issue2377@psf.upfronthosting.co.za>
In-reply-to
Content
I have taken a look at the latest code again, and I'm worried that import.c still has large chunks of code dealing with module finding and loading. These functionalities should be redirected to the corresponding importlib code instead.
History
Date User Action Args
2012-03-04 21:27:04pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, vstinner, benjamin.peterson, eric.araujo, alex, Trundle, eric.snow
2012-03-04 21:27:04pitrousetmessageid: <1330896424.24.0.19751063393.issue2377@psf.upfronthosting.co.za>
2012-03-04 21:27:03pitroulinkissue2377 messages
2012-03-04 21:27:03pitroucreate