# Feature or enhancement ### Proposal: This method have been deprecated since Python 3.10 At https://github.com/python/cpython/blob/main/Lib/zipimport.py#L224-L225 ```python msg = ("zipimport.zipimporter.load_module() is deprecated and slated for " "removal in Python 3.12; use exec_module() instead") ``` edit: Delay the removal time to 3.15 https://github.com/python/cpython/issues/125746#issuecomment-2425030377 <!-- gh-linked-prs --> ### Linked PRs * gh-125748 <!-- /gh-linked-prs -->
Feature or enhancement
Proposal:
This method have been deprecated since Python 3.10
At https://github.com/python/cpython/blob/main/Lib/zipimport.py#L224-L225
edit: Delay the removal time to 3.15
#125746 (comment)
Linked PRs
zipimport.zipimporter.load_moduleremoval time to 3.15 #125748