This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author p-ganssle
Recipients brett.cannon, christian.heimes, doko, dstufft, eric.araujo, jaraco, lukasz.langa, ncoghlan, ned.deily, p-ganssle, pablogsal, paul.moore, steve.dower, yan12125
Date 2020-07-14.18:54:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594752886.53.0.998971204777.issue41282@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2020-07-14 18:54:46p-gansslesetrecipients: + p-ganssle, brett.cannon, doko, paul.moore, jaraco, ncoghlan, christian.heimes, ned.deily, eric.araujo, lukasz.langa, steve.dower, dstufft, yan12125, pablogsal
2020-07-14 18:54:46p-gansslesetmessageid: <1594752886.53.0.998971204777.issue41282@roundup.psfhosted.org>
2020-07-14 18:54:46p-gansslelinkissue41282 messages
2020-07-14 18:54:46p-gansslecreate