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 docs@python, gregory.p.smith, ncoghlan, r.david.murray, takluyver
Date 2016-05-18.14:23:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463581420.21.0.59859503516.issue27050@psf.upfronthosting.co.za>
In-reply-to
Content
Just as a data point, I always found it confusing when viewing the subprocess docs that I had to page past the 'convenience functions' to get to what I consider to be the "real" docs, the docs for Popen.  I rarely use the convenience functions; I find it harder to remember how they work than just using Popen, and in any case I usually end up writing an application-specific 'cmd' function that uses Popen.  I haven't tried using run yet, so I don't really have an opinion on that.

I suppose its like carrying a swiss army knife in your pocket rather than carrying a steak knife, a pair of scissors, and a screwdriver.
If you were carrying a toolbox with *all* the tools, it might be different, but your choices are three tools or the swiss army knife, and to make matters worse those individual tools are really just the swiss army knife in disguise, but it looks different enough to be confusing.

Maybe having table of links at the start of the doc would be the most helpful, regardless of how the docs are re-organized.
History
Date User Action Args
2016-05-18 14:23:40r.david.murraysetrecipients: + r.david.murray, gregory.p.smith, ncoghlan, docs@python, takluyver
2016-05-18 14:23:40r.david.murraysetmessageid: <1463581420.21.0.59859503516.issue27050@psf.upfronthosting.co.za>
2016-05-18 14:23:40r.david.murraylinkissue27050 messages
2016-05-18 14:23:40r.david.murraycreate