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

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 .
History
Date User Action Args
2022-04-11 14:57:14 admin set github: 55613
2011-03-05 09:28:55 ned.deily set status: open -> closedsuperseder: subprocess.DEVNULLresolution: duplicatestage: resolved
2011-03-05 09:08:25 rosslagerwall set nosy: + rosslagerwallmessages: +
2011-03-05 04:40:29 socketpair create