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 brian.curtin, georg.brandl, r.david.murray, techtonik
Date 2010-02-16.18:00:06
SpamBayes Score 3.1613986e-08
Marked as misclassified No
Message-id <1266343210.98.0.798463440217.issue7939@psf.upfronthosting.co.za>
In-reply-to
Content
You can't even use call or check_call without referencing the Popen constructor documentation, so I'm not sure what you are advocating, Anatoly.  We certainly don't want to repeat the Popen documentation in full for each convenience function, and if we aren't doing that it seems to me that the current one line redirect to the full Popen docs is the right thing to do.  I have, however, turned those references into active links. so that all you have to do is click on Popen to get bounced up to the full docs.  (Change made in trunk in r78206, it will get copied to the other branches eventually.)
History
Date User Action Args
2010-02-16 18:00:11r.david.murraysetrecipients: + r.david.murray, georg.brandl, techtonik, brian.curtin
2010-02-16 18:00:10r.david.murraysetmessageid: <1266343210.98.0.798463440217.issue7939@psf.upfronthosting.co.za>
2010-02-16 18:00:07r.david.murraylinkissue7939 messages
2010-02-16 18:00:07r.david.murraycreate