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 vstinner
Recipients christian.heimes, giampaolo.rodola, gregory.p.smith, izbyshev, jwilk, serhiy.storchaka, vstinner
Date 2019-04-17.16:50:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555519834.12.0.741232128918.issue35755@roundup.psfhosted.org>
In-reply-to
Content
I'm still confused by distutils.spawn.find_executable() function which *always* first look the current directory. I don't know the rationale for this behavior, so I made the conservation choice of keeping it.

If someone wants to change distutils.spawn.find_executable(), please open a separated issue.
History
Date User Action Args
2019-04-17 16:50:34vstinnersetrecipients: + vstinner, gregory.p.smith, giampaolo.rodola, christian.heimes, jwilk, serhiy.storchaka, izbyshev
2019-04-17 16:50:34vstinnersetmessageid: <1555519834.12.0.741232128918.issue35755@roundup.psfhosted.org>
2019-04-17 16:50:34vstinnerlinkissue35755 messages
2019-04-17 16:50:34vstinnercreate