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 Erik Sternerson
Recipients Erik Sternerson, georg.brandl
Date 2008-12-18.22:38:44
SpamBayes Score 3.9804754e-06
Marked as misclassified No
Message-id <1229639926.42.0.148346295648.issue4697@psf.upfronthosting.co.za>
In-reply-to
Content
There are two new convenience functions in the subprocess module since
Python 3.0, getstatusoutput and getoutput. These are UNIX ONLY functions
(as per note "# NB This only works (and is only relevant) for UNIX." in
subprocess.py)

I believe the documentation page
http://docs.python.org/3.0/library/subprocess.html does not reflect this
sufficiently (not sure it does at all).

I suggest a note should be added saying "Availability: UNIX" to the two
functions mentioned.
History
Date User Action Args
2008-12-18 22:38:46Erik Sternersonsetrecipients: + Erik Sternerson, georg.brandl
2008-12-18 22:38:46Erik Sternersonsetmessageid: <1229639926.42.0.148346295648.issue4697@psf.upfronthosting.co.za>
2008-12-18 22:38:45Erik Sternersonlinkissue4697 messages
2008-12-18 22:38:44Erik Sternersoncreate