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 Jim.Jewett
Recipients Jim.Jewett, The Compiler, ezio.melotti, martin.panter, mbussonn, ncoghlan, njs, serhiy.storchaka, takluyver, terry.reedy
Date 2015-08-20.16:09:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440086942.46.0.875676058108.issue24294@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of using python directly in a subprocess, try calling a shell command that in turns calls python.  (Admittedly, this may look like the pipe scenario...)

In theory, you could even drive another python interactively, using a GUI runner, but I'm not sure how much new infrastructure that would add to the test suite, so it might not be worth it.

I'm not aware of a list of manual tests (though perhaps there *should* be one...); I would put it under the DeprecationWarning docs, sort of like an example.  Others may have better ideas.
History
Date User Action Args
2015-08-20 16:09:02Jim.Jewettsetrecipients: + Jim.Jewett, terry.reedy, ncoghlan, ezio.melotti, njs, takluyver, martin.panter, serhiy.storchaka, The Compiler, mbussonn
2015-08-20 16:09:02Jim.Jewettsetmessageid: <1440086942.46.0.875676058108.issue24294@psf.upfronthosting.co.za>
2015-08-20 16:09:02Jim.Jewettlinkissue24294 messages
2015-08-20 16:09:02Jim.Jewettcreate