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 chris.jerdonek
Recipients asvetlov, brousch, chris.jerdonek, eric.araujo, gregory.p.smith, r.david.murray, rpetrov
Date 2012-10-29.01:27:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351474067.67.0.76194863965.issue16255@psf.upfronthosting.co.za>
In-reply-to
Content
I created issue 16353 for adding a function to the os module for getting the path to the default shell.

The current issue 16255 could be addressed in 3.4 by calling such a function from the subprocess module.  For earlier versions (since enhancements are not allowed), the current issue could perhaps be addressed by backporting the logic in such a function directly into the subprocess module (i.e. without adding a new function to the os module).
History
Date User Action Args
2012-10-29 01:27:47chris.jerdoneksetrecipients: + chris.jerdonek, gregory.p.smith, eric.araujo, rpetrov, r.david.murray, asvetlov, brousch
2012-10-29 01:27:47chris.jerdoneksetmessageid: <1351474067.67.0.76194863965.issue16255@psf.upfronthosting.co.za>
2012-10-29 01:27:47chris.jerdoneklinkissue16255 messages
2012-10-29 01:27:47chris.jerdonekcreate