zipimporter deprecation warnings

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: High
    • None
    • Affects Version/s: None
    • Component/s: Plugins API
    • None

      With Python 3.10 there are several deprecation warnings in regards to the use of the zipimporter module in pluginmanager:

      DeprecationWarning: zipimporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead

      DeprecationWarning: zipimporter.find_loader() is deprecated and slated for removal in Python 3.12; use find_spec() instead

      DeprecationWarning: zipimport.zipimporter.load_module() is deprecated and slated for removal in Python 3.12; use exec_module() instead

            Assignee:
            Philipp Wolfer
            Reporter:
            Philipp Wolfer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package