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 r.david.murray
Recipients Anastasia.Filatova, docs@python, ezio.melotti, loewis, r.david.murray, techtonik, terry.reedy
Date 2014-03-11.23:17:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394579877.92.0.0100984489774.issue19060@psf.upfronthosting.co.za>
In-reply-to
Content
Anastasia, thanks for the patch, but the change being suggested here is adding the note about it not replace os.exec or os.fork.  The listing of what things it does replace is already correct (it differs between python2 and python3, which is why Anatoly's list has things in it that aren't in the python3 doc).

Personally I don't think that adding the note is useful.  The list of things subprocess doesn't replace is much less well defined than what it does replace.  I think we should just list the former, as we do.

So, I prefer going with removing 'such as', and treating it as a bug if there is something in the stdlib that subprocess should (normally) be used in place of that is not included in this list.
History
Date User Action Args
2014-03-11 23:19:50r.david.murrayunlinkissue19060 messages
2014-03-11 23:17:57r.david.murraysetrecipients: + r.david.murray, loewis, terry.reedy, techtonik, ezio.melotti, docs@python, Anastasia.Filatova
2014-03-11 23:17:57r.david.murraysetmessageid: <1394579877.92.0.0100984489774.issue19060@psf.upfronthosting.co.za>
2014-03-11 23:17:57r.david.murraylinkissue19060 messages
2014-03-11 23:17:57r.david.murraycreate