Skip to content

Commit 5f07d39

Browse files
committed
PEP 632: Add migration guide for distutils.log
1 parent 977f1fe commit 5f07d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pep-0632.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Authority packages specified:
177177
For these modules or functions, use the standard library module shown:
178178

179179
* ``distutils.fancy_getopt`` — use the ``argparse`` module
180+
* ``distutils.log`` - use the ``logging`` module
180181
* ``distutils.spawn.find_executable`` — use the ``shutil.which`` function
181182
* ``distutils.spawn.spawn`` — use the ``subprocess.run`` function
182183
* ``distutils.sysconfig`` — use the ``sysconfig`` module

0 commit comments

Comments
 (0)