On 09/06/2012 10:58 AM, Marius Gedminas wrote:
On Thu, Sep 06, 2012 at 01:00:01AM +0000, Zope tests summarizer wrote:
[2] FAILED winbot / z3c.coverage_py_265_32 https://mail.zope.org/pipermail/zope-tests/2012-September/067652.html
[3] FAILED winbot / z3c.coverage_py_265_32 https://mail.zope.org/pipermail/zope-tests/2012-September/067651.html
[4] FAILED winbot / z3c.coverage_py_265_32 https://mail.zope.org/pipermail/zope-tests/2012-September/067639.html Mea culpa.
How do you redirect the stderr of a process spawned with suprocess.Popen(shell=False) to /dev/null in a cross-platform manner?
Use NUL if you are running on Windows. You'll need to test the OS yourself - there is no cross-platform method as far as I know. Wichert.