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 martin.panter
Recipients ehuss, martin.panter, meador.inge, theller
Date 2016-05-10.13:05:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462885516.39.0.759913729392.issue6338@psf.upfronthosting.co.za>
In-reply-to
Content
I presume the problem is that Free BSD’s “type” command outputs the error to the shell’s original stderr, rather than the one given on the “type” command line. If so, the Python 3 patches for Issue 22636 should avoid it by using shutil.which() instead.

However that function does not exist in Python 2, so a different solution needs to be found. Probably an improved version of Eric’s patch would be good.
History
Date User Action Args
2016-05-10 13:05:16martin.pantersetrecipients: + martin.panter, theller, ehuss, meador.inge
2016-05-10 13:05:16martin.pantersetmessageid: <1462885516.39.0.759913729392.issue6338@psf.upfronthosting.co.za>
2016-05-10 13:05:16martin.panterlinkissue6338 messages
2016-05-10 13:05:16martin.pantercreate