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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22277>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to