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

2011-03-05 Thread Ross Lagerwall

Ross Lagerwall rosslagerw...@gmail.com added the comment:

I think this is a duplicate of issue5870.

--
nosy: +rosslagerwall

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11404
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-03-05 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
resolution:  - duplicate
stage:  - committed/rejected
status: open - closed
superseder:  - subprocess.DEVNULL

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11404
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-03-04 Thread Марк Коренберг

New submission from Марк Коренберг socketp...@gmail.com:

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
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11404
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com