This document is for an old version of Python that is no longer supported. You should upgrade and read the Python documentation for the current stable release. 10.1. distutils.core — Core Distutils functionality¶ The distutils.core module is the only module that needs to be installed to use the Distutils. It provides the setup() (which is called from the setup script). Indirectly provides the dist

