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 Steve Barnes, docs@python, r.david.murray
Date 2017-03-16.19:03:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489691016.06.0.908655850578.issue29829@psf.upfronthosting.co.za>
In-reply-to
Content
A warning is not appropriate (we reserve those for things that are security related, pretty much). A sentence might be, though.  For example, we could change the initial discussion of the run function to say:

   This does not capture stdout or stderr by default. To do so, pass PIPE for the stdout and/or stderr arguments.  You *must* do this if you run your python program with pythonw on windows, since pythonw closes the standard streams.

Here I'm adding the windows sentence to the existing "This does not capture" sentence.
History
Date User Action Args
2017-03-16 19:03:36r.david.murraysetrecipients: + r.david.murray, docs@python, Steve Barnes
2017-03-16 19:03:36r.david.murraysetmessageid: <1489691016.06.0.908655850578.issue29829@psf.upfronthosting.co.za>
2017-03-16 19:03:36r.david.murraylinkissue29829 messages
2017-03-16 19:03:36r.david.murraycreate