Open
Description
Summary
I'm looking into progressively migrating distutil
usage in pywin32 (mhammond/pywin32#2119), where distutils.filelist.FileList
is used.
https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html#prefer-setuptools and https://peps.python.org/pep-0632/#migration-advice don't mention distutils.filelist
at all. I searched the documentation for filelist
and could not find any deprecation or migration mention.
OS / Environment
Windows 10
Python 3.9
setuptools 68.2.2
Additional Information
Document a migration path for distutils.filelist
Code of Conduct
- I agree to follow the PSF Code of Conduct