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 asvetlov
Recipients asvetlov, chris.jerdonek, ezio.melotti, gregory.p.smith, neologix, pitrou
Date 2012-11-02.21:00:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351890035.82.0.0191442648112.issue16353@psf.upfronthosting.co.za>
In-reply-to
Content
I guess to return sh if supported, cmd.exe for Windows.
The reason is: other shells can have different calling agreements (I mean rules to process command line).
subprocess intended to use by library writers, so we need solid well known basis.

There are another option — provide two functions: first for shell in terms of subprocess requirements and second will return actual user shell.
I like it.
History
Date User Action Args
2012-11-02 21:00:35asvetlovsetrecipients: + asvetlov, gregory.p.smith, pitrou, ezio.melotti, chris.jerdonek, neologix
2012-11-02 21:00:35asvetlovsetmessageid: <1351890035.82.0.0191442648112.issue16353@psf.upfronthosting.co.za>
2012-11-02 21:00:35asvetlovlinkissue16353 messages
2012-11-02 21:00:35asvetlovcreate