[issue41282] Deprecate and remove distutils

Paul Ganssle report at bugs.python.org
Tue Jul 14 14:54:46 EDT 2020


Paul Ganssle <p.ganssle at gmail.com> added the comment:

Oops, just realized my previous post said `pip install distutils`. I meant to say that `pip install setuptools` will provide the `distutils` module (right now you do `import setuptools; import distutils` and you get the setuptools-provided version; we're working on a version where `import distutils` comes from `setuptools` regardless of the import order).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41282>
_______________________________________


More information about the Python-bugs-list mailing list