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 aronacher
Recipients aronacher, brett.cannon, eric.snow, ncoghlan
Date 2014-04-15.15:41:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397576502.07.0.450261945885.issue21235@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure myself what I need right now.  I personally have avoided importlib/imp entirely for my code and I roll with manual module creation because it is most stable between 2.6 - 3.4 but it's getting more complicated to work because of all the new attributes (__package__, __spec__ etc.).

This particular case came from SQLAlchemy I believe (I tried to help Mike Bayer transition his code).

It's true that create() is the wrong function, load() is actually what should have been used there.
History
Date User Action Args
2014-04-15 15:41:42aronachersetrecipients: + aronacher, brett.cannon, ncoghlan, eric.snow
2014-04-15 15:41:42aronachersetmessageid: <1397576502.07.0.450261945885.issue21235@psf.upfronthosting.co.za>
2014-04-15 15:41:42aronacherlinkissue21235 messages
2014-04-15 15:41:41aronachercreate