zopefoundation / Products.PythonScripts

Provides support for restricted execution of Python scripts in Zope.
Other
6 stars 10 forks source link

DeprecationWarning about imp module #24

Closed icemac closed 5 years ago

icemac commented 5 years ago

Products/PythonScripts/PythonScript.py:53: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses

icemac commented 5 years ago

importlib.util.MAGIC_NUMBER can be used in Python 3.

icemac commented 5 years ago

@dataflake Thank you!