operatorequals/httpimport

Deprecation of imp.new_module

d53dave opened this issue · 1 comments

Since Python 3.4, many methods of the imp package, including imp.new_module, are deprecated.

I've been using imp.new_module myself in a side-project and I was curious if you had solved this problem. new_module is still working, but as it's an implementation detail, it might or might not disappear.

Solved as of 0.6.0 with superloach's code