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 serhiy.storchaka
Recipients Marcus.Smith, dstufft, ncoghlan, paul.moore, serhiy.storchaka, vstinner
Date 2018-08-30.12:32:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535632357.63.0.56676864532.issue34530@psf.upfronthosting.co.za>
In-reply-to
Content
find_executable() always searches executables from the current directory. This effectively equivalent having os.curdir at the start of path. shutil.which() does this only on Windows. This change LGTM, but it potentially can break user code, thus it may be not safe to make it in maintained versions.
History
Date User Action Args
2018-08-30 12:32:37serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, ncoghlan, vstinner, dstufft, Marcus.Smith
2018-08-30 12:32:37serhiy.storchakasetmessageid: <1535632357.63.0.56676864532.issue34530@psf.upfronthosting.co.za>
2018-08-30 12:32:37serhiy.storchakalinkissue34530 messages
2018-08-30 12:32:37serhiy.storchakacreate