Comment 1 for bug 1718516

Revision history for this message
Colin Best (cbest47) wrote :

Official Python documentation suggests the use of importlib.import_module(), and not importlib._import_() for programmatic imports. The bug fix will only additionally support the importlib.import_module() function.