[issue22277] webbrowser.py add parameters to suppress output on stdout and stderr

Cristian Consonni report at bugs.python.org
Wed Aug 27 17:14:02 CEST 2014


Cristian Consonni added the comment:

After re-reading myself a couple of times I have to say that following subprocess.Popen and adding True and False with the meaning:
* True -> subprocess inherits file descriptors from the parent process (equivalent to None)
* False -> /dev/null
seems to be a better idea.

Consistency is a good thing is a good thing is a good thing.

Cristian

----------
Added file: http://bugs.python.org/file36490/webbrowser.py.patch.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22277>
_______________________________________


More information about the Python-bugs-list mailing list