diff --git a/pep-0632.rst b/pep-0632.rst index 3f225d4e79e..49a93eaa8d5 100644 --- a/pep-0632.rst +++ b/pep-0632.rst @@ -177,6 +177,7 @@ Authority packages specified: For these modules or functions, use the standard library module shown: * ``distutils.fancy_getopt`` — use the ``argparse`` module +* ``distutils.log`` - use the ``logging`` module * ``distutils.spawn.find_executable`` — use the ``shutil.which`` function * ``distutils.spawn.spawn`` — use the ``subprocess.run`` function * ``distutils.sysconfig`` — use the ``sysconfig`` module