blob: 4381f5e9754c21eaa46897dd2298289b19a12fb6 [file] [log] [blame]
Implement PEP 451/spec methods on zipimport.zipimporter: find_spec(),
create_module(), and exec_module().
This also allows for the documented deprecation of find_loader(),
find_module(), and load_module().