Skip to content

Commit 9b18ac6

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

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
@@ -181,6 +181,7 @@ For these modules or functions, use the standard library module shown:
181181
* ``distutils.spawn.spawn`` — use the ``subprocess.run`` function
182182
* ``distutils.sysconfig`` — use the ``sysconfig`` module
183183
* ``distutils.util.get_platform`` — use the ``platform`` module
184+
* ``distutils.log`` - use the ``logging`` module
184185

185186
For these functions, and any others not mentioned here, you will need
186187
to reimplement the functionality yourself. The legacy documentation

0 commit comments

Comments
 (0)