[issue29644] Importing webbrowser outputs a message on stderr

Nick Coghlan report at bugs.python.org
Sat Feb 25 01:56:21 EST 2017


Nick Coghlan added the comment:

I think an appropriate way of handling this would be to route both stdout and stderr in the subprocess to subprocess.DEVNULL.

----------

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


More information about the Python-bugs-list mailing list