[Python-Dev] subprocess.Popen(.... stdout=IGNORE, ...)

Terry Reedy tjreedy at udel.edu
Mon Jun 12 04:40:53 CEST 2006


"Martin Blais" <blais at furius.ca> wrote in message 
news:8393fff0606111659j16e0ed73wf16d3f7e0892d268 at mail.gmail.com...
>   Any idea how this idiom could be supported using a more portable
>  solution (i.e. how would I make this idiom under Windows, is there
>   some equivalent to /dev/null)?

On a DOS/Windows command line,  '>NUL:' or '>nul:'






More information about the Python-Dev mailing list