diff options
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 92b2058..fbe4b77 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -230,6 +230,9 @@ Deprecated Python modules, functions and methods :meth:`importlib.abc.Loader.init_module_attrs` allows subclasses of a loader to more easily customize module loading. +* The :mod:`imp` module is pending deprecation. To keep compatibility with + Python 2/3 code bases, the module's removal is currently not scheduled. + Deprecated functions and types of the C API ------------------------------------------- |