[Python-Dev] subprocess.Popen(.... stdout=IGNORE, ...) (original) (raw)
Terry Reedy tjreedy at udel.edu
Mon Jun 12 04:40:53 CEST 2006
- Previous message: [Python-Dev] subprocess.Popen(.... stdout=IGNORE, ...)
- Next message: [Python-Dev] Should hex() yield 'L' suffix for long numbers?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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:'
- Previous message: [Python-Dev] subprocess.Popen(.... stdout=IGNORE, ...)
- Next message: [Python-Dev] Should hex() yield 'L' suffix for long numbers?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]