[issue11404] support /dev/null for subprocess.call() and friends

2011-03-05 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> subprocess.DEVNULL ___ Python tracker ___ ___

[issue11404] support /dev/null for subprocess.call() and friends

2011-03-05 Thread Ross Lagerwall
Ross Lagerwall added the comment: I think this is a duplicate of issue5870. -- nosy: +rosslagerwall ___ Python tracker ___ ___ Python

[issue11404] support /dev/null for subprocess.call() and friends

2011-03-04 Thread Марк Коренберг
New submission from Марк Коренберг : allow to call subprocess.check_call(stderr=subprocess.DEVNULL) -- components: Library (Lib) messages: 130101 nosy: mmarkk priority: normal severity: normal status: open title: support /dev/null for subprocess.call() and friends type: feature request v