Issue 11404: support /dev/null for subprocess.call() and friends

Issue11404

Created on 2011-03-05 04:40 by socketpair, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg130101 - (view) Author: Марк Коренберг (socketpair) * Date: 2011-03-05 04:40
allow to call subprocess.check_call(stderr=subprocess.DEVNULL)
msg130109 - (view) Author: Ross Lagerwall (rosslagerwall) (Python committer) Date: 2011-03-05 09:08
I think this is a duplicate of issue5870.
History
Date User Action Args
2022-04-11 14:57:14adminsetgithub: 55613
2011-03-05 09:28:55ned.deilysetstatus: open -> closed
superseder: subprocess.DEVNULL
resolution: duplicate
stage: resolved
2011-03-05 09:08:25rosslagerwallsetnosy: + rosslagerwall
messages: + msg130109
2011-03-05 04:40:29socketpaircreate