PATH:
opt
/
alt
/
python311
/
lib64
/
python3.11
/
distutils
"""distutils The main package for the Python Module Distribution Utilities. Normally used from a setup script as from distutils.core import setup setup (...) """ import sys import warnings __version__ = sys.version[:sys.version.index(' ')] _DEPRECATION_MESSAGE = ("The distutils package is deprecated and slated for " "removal in Python 3.12. Use setuptools or check " "PEP 632 for potential alternatives") warnings.warn(_DEPRECATION_MESSAGE, DeprecationWarning, 2)
[-] errors.py
[edit]
[-] cmd.py
[edit]
[-] bcppcompiler.py
[edit]
[+]
..
[-] config.py
[edit]
[-] _msvccompiler.py
[edit]
[-] README
[edit]
[-] text_file.py
[edit]
[-] cygwinccompiler.py
[edit]
[-] ccompiler.py
[edit]
[-] unixccompiler.py
[edit]
[-] util.py
[edit]
[-] dist.py
[edit]
[-] versionpredicate.py
[edit]
[-] fancy_getopt.py
[edit]
[-] file_util.py
[edit]
[-] debug.py
[edit]
[+]
__pycache__
[-] archive_util.py
[edit]
[-] version.py
[edit]
[-] log.py
[edit]
[-] __init__.py
[edit]
[-] filelist.py
[edit]
[-] spawn.py
[edit]
[-] msvc9compiler.py
[edit]
[-] core.py
[edit]
[-] msvccompiler.py
[edit]
[-] sysconfig.py
[edit]
[+]
command
[-] dir_util.py
[edit]
[-] dep_util.py
[edit]
[-] extension.py
[edit]