We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977f1fe commit 5f07d39Copy full SHA for 5f07d39
pep-0632.rst
@@ -177,6 +177,7 @@ Authority packages specified:
177
For these modules or functions, use the standard library module shown:
178
179
* ``distutils.fancy_getopt`` — use the ``argparse`` module
180
+* ``distutils.log`` - use the ``logging`` module
181
* ``distutils.spawn.find_executable`` — use the ``shutil.which`` function
182
* ``distutils.spawn.spawn`` — use the ``subprocess.run`` function
183
* ``distutils.sysconfig`` — use the ``sysconfig`` module
0 commit comments