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 benjamin.peterson, cool-RR, cvrebert, eric.araujo, ganadist, giampaolo.rodola, rosslagerwall, vstinner
Date 2011-07-15.15:19:26
SpamBayes Score 0.0073962123
Marked as misclassified No
Message-id <1310743166.96.0.417847731381.issue3177@psf.upfronthosting.co.za>
In-reply-to
Content
> dependencies: + Finding programs in PATH, adding shutil.which

Why did you add this dependency? For example, subprocess is able to locate a program if the program has no full path. We don't need a which function.
History
Date User Action Args
2011-07-15 15:19:27vstinnersetrecipients: + vstinner, giampaolo.rodola, benjamin.peterson, eric.araujo, ganadist, cvrebert, cool-RR, rosslagerwall
2011-07-15 15:19:26vstinnersetmessageid: <1310743166.96.0.417847731381.issue3177@psf.upfronthosting.co.za>
2011-07-15 15:19:26vstinnerlinkissue3177 messages
2011-07-15 15:19:26vstinnercreate