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 WanderingLogic
Recipients WanderingLogic, asvetlov, brousch, chris.jerdonek, eric.araujo, ezio.melotti, gregory.p.smith, pitrou, r.david.murray, rpetrov
Date 2014-11-06.19:08:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415300913.83.0.611412310806.issue16255@psf.upfronthosting.co.za>
In-reply-to
Content
Assuming issue16353 is fixed using http://bugs.python.org/file36196/os.get_shell_executable.patch the appropriate way to find the path to the default shell is by calling os.get_shell_executable().

This is the 1-liner patch that uses os.get_shell_executable() in Popen() instead of the hard-coded string "/bin/sh".
History
Date User Action Args
2014-11-06 19:08:33WanderingLogicsetrecipients: + WanderingLogic, gregory.p.smith, pitrou, ezio.melotti, eric.araujo, rpetrov, r.david.murray, asvetlov, chris.jerdonek, brousch
2014-11-06 19:08:33WanderingLogicsetmessageid: <1415300913.83.0.611412310806.issue16255@psf.upfronthosting.co.za>
2014-11-06 19:08:33WanderingLogiclinkissue16255 messages
2014-11-06 19:08:33WanderingLogiccreate