[issue16255] subrocess.Popen needs /bin/sh but Android only has /system/bin/sh

Xavier de Gaye report at bugs.python.org
Mon Dec 12 11:00:24 EST 2016


Xavier de Gaye added the comment:

New patch using sys.getandroidapilevel() that is only defined for Android.
getandroidapilevel() is only available in 3.7, so only 3.7 is being fixed.

----------
assignee:  -> xdegaye
dependencies:  -add function to os module for getting path to default shell
versions: +Python 3.7 -Python 3.6
Added file: http://bugs.python.org/file45860/unix_shell_16255_3.patch

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


More information about the Python-bugs-list mailing list