Distutils Will Be Gone From The Standard Library In Python 3.12
21 views
Skip to first unread message
Thomas Passin
unread,
Jun 17, 2023, 3:51:52 PM6/17/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
I don't know if Leo uses distutils in any way, but it won't be in the standard library any more. It has been absorbed into setuptools, so its features aren't really gone, but how to use them will change.
Edward K. Ream
unread,
Jun 17, 2023, 5:17:50 PM6/17/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-e...@googlegroups.com
On Sat, Jun 17, 2023 at 2:51 PM Thomas Passin <tbp1...@gmail.com> wrote:
I don't know if Leo uses distutils in any way, but it won't be in the standard library any more. It has been absorbed into setuptools, so its features aren't really gone, but how to use them will change.
Thanks for the update. Afaik, Leo does not use distutils. setup.py uses setuptools.