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 ncoghlan
Recipients alex, cvrebert, eric.araujo, ncoghlan, pitrou
Date 2011-10-25.12:20:13
SpamBayes Score 0.0020526494
Marked as misclassified No
Message-id <1319545214.21.0.438827457418.issue13238@psf.upfronthosting.co.za>
In-reply-to
Content
I discovered a couple of APIs that were moved from the commands module to the subprocess module in 3.0:
http://docs.python.org/dev/library/subprocess#subprocess.getstatusoutput

However, they have issues, especially on Windows: http://bugs.python.org/issue10197

So part of this patch would include deprecating those two interfaces in favour of the new shutil ones - the existing APIs break the subprocess promise of never invoking the shell implicitly.
History
Date User Action Args
2011-10-25 12:20:14ncoghlansetrecipients: + ncoghlan, pitrou, eric.araujo, alex, cvrebert
2011-10-25 12:20:14ncoghlansetmessageid: <1319545214.21.0.438827457418.issue13238@psf.upfronthosting.co.za>
2011-10-25 12:20:13ncoghlanlinkissue13238 messages
2011-10-25 12:20:13ncoghlancreate