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 abbot
Recipients abbot
Date 2008-02-28.13:52:12
SpamBayes Score 0.18881984
Marked as misclassified No
Message-id <1204206733.81.0.37749013909.issue2200@psf.upfronthosting.co.za>
In-reply-to
Content
distutils.spawn.find_executable appends '.exe' suffix on win32 and os2
platforms. This is incorrect behavior, since it prevents finding .bat,
.cmd and other similar files. Ether all extensions from the %PATHEXT%
must be checked or filenames both with appended suffix and without
appending suffix must be checked.
History
Date User Action Args
2008-02-28 13:52:14abbotsetspambayes_score: 0.18882 -> 0.18881984
recipients: + abbot
2008-02-28 13:52:13abbotsetspambayes_score: 0.18882 -> 0.18882
messageid: <1204206733.81.0.37749013909.issue2200@psf.upfronthosting.co.za>
2008-02-28 13:52:12abbotlinkissue2200 messages
2008-02-28 13:52:12abbotcreate