This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: support /dev/null for subprocess.call() and friends
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: subprocess.DEVNULL
View: 5870
Assigned To: Nosy List: rosslagerwall, socketpair
Priority: normal Keywords:

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