This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients frenzy, hroncok, petr.viktorin
Date 2021-06-09.07:56:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
IMO, the functionality should only be preserved until distutils is removed. So:

- distutils.sysconfig.parse_makefile should use TextFile as before, so projects that use it aren't broken *yet*
- nothing else should call distutils.sysconfig.parse_makefile, so it doesn't block removing distutils

Would that make sense?
History
Date User Action Args
2021-06-09 07:56:06petr.viktorinsetrecipients: + petr.viktorin, hroncok, frenzy
2021-06-09 07:56:06petr.viktorinsetmessageid: <[email protected]>
2021-06-09 07:56:06petr.viktorinlinkissue44351 messages
2021-06-09 07:56:05petr.viktorincreate