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:32:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351888331.08.0.0594536308558.issue16353@psf.upfronthosting.co.za>
In-reply-to
Content
Is it the "system default shell" or the user's default shell that we want here?

That is, shouldn't we look up `pwd.getpwuid(os.getuid()).pw_shell` ?
(but only when os.getuid() == os.geteuid()?)
History
Date User Action Args
2012-11-02 20:32:11pitrousetrecipients: + pitrou, gregory.p.smith, ezio.melotti, asvetlov, chris.jerdonek, neologix
2012-11-02 20:32:11pitrousetmessageid: <1351888331.08.0.0594536308558.issue16353@psf.upfronthosting.co.za>
2012-11-02 20:32:10pitroulinkissue16353 messages
2012-11-02 20:32:10pitroucreate