mhammond / pywin32

Python for Windows (pywin32) Extensions
4.91k stars 783 forks source link

Replace usages of the deprecated (removed in Python 3.12) `imp` module #2113

Closed Avasam closed 9 months ago

Avasam commented 10 months ago

Closes #2104 Changes based on similar changes in https://github.com/mhammond/pywin32/commit/201db642fc8dc1b2871da626f0865ee37110e262 / #1537

https://docs.python.org/3/library/imp.html

Deprecated since version 3.4, will be removed in version 3.12: The imp module is deprecated in favor of importlib.