Edgewall Software

Opened 2 years ago

Last modified 11 months ago

#13456 assigned defect

distutils is deprecated and will be removed in Python 3.12 — at Initial Version

Reported by: Jun Omae Owned by:
Priority: normal Milestone: 1.6.1
Component: general Version: 1.5.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

https://docs.python.org/3/whatsnew/3.10.html#distutils-deprecated

$ git grep -w distutils mirror/trunk
mirror/trunk:.travis.yml:      print_sitelib='from distutils.sysconfig import get_python_lib; print(get_python_lib())'
mirror/trunk:trac/dist.py:`distutils.command.build` and `setuptools.command.install_lib` classes
mirror/trunk:trac/dist.py:from distutils import log as distlog
mirror/trunk:trac/dist.py:from distutils.cmd import Command
mirror/trunk:trac/dist.py:from distutils.command.build import build as _build
mirror/trunk:trac/dist.py:from distutils.errors import DistutilsOptionError

Change History (0)

Note: See TracTickets for help on using tickets.