Chris Jerdonek added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16255>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to