Message 174569 - Python tracker
Message174569
| 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:11 | pitrou | set | recipients: + pitrou, gregory.p.smith, ezio.melotti, asvetlov, chris.jerdonek, neologix |
| 2012-11-02 20:32:11 | pitrou | set | messageid: <1351888331.08.0.0594536308558.issue16353@psf.upfronthosting.co.za> |
| 2012-11-02 20:32:10 | pitrou | link | issue16353 messages |
| 2012-11-02 20:32:10 | pitrou | create | |