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 pitrou
Recipients asvetlov, chris.jerdonek, ezio.melotti, gregory.p.smith, neologix, pitrou
Date 2012-11-02.20:53:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351889595.3430.4.camel@localhost.localdomain>
In-reply-to <1351889250.07.0.260556415661.issue16353@psf.upfronthosting.co.za>
Content
> The system default shell is what I had in mind when filing this issue
> (i.e. what Popen() uses by default or, in the case of Android, what
> Popen() should use).

Well, the question then becomes whether Popen() shouldn't use the user's
default shell instead? :)
It probably doesn't make much of a difference in most cases, though.
Also, there's the problem that some special users may have a void shell
entry (or /bin/false or /sbin/nologin), to prevent a human from logging
in as them.
History
Date User Action Args
2012-11-02 20:53:40pitrousetrecipients: + pitrou, gregory.p.smith, ezio.melotti, asvetlov, chris.jerdonek, neologix
2012-11-02 20:53:40pitroulinkissue16353 messages
2012-11-02 20:53:39pitroucreate