[issue16353] add function to os module for getting path to default shell

Chris Jerdonek report at bugs.python.org
Fri Nov 2 22:17:59 CET 2012


Chris Jerdonek added the comment:

> Well, the question then becomes whether Popen() shouldn't use the user's default shell instead? :)

That's a good question, too. :)  I was thinking just in terms of supporting the status quo.  Maybe two functions would be useful? (as suggested also by Andrew)

I do think the question of changing Popen()'s behavior should be decided independently of this issue though.  In other words, even if we change Popen() in the future, I think exposing the system default shell would still be worthwhile.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16353>
_______________________________________


More information about the Python-bugs-list mailing list