[issue29644] Importing webbrowser outputs a message on stderr

Serhiy Storchaka report at bugs.python.org
Sat Feb 25 02:32:07 EST 2017


Serhiy Storchaka added the comment:

Just stderr. stdout contains the requested value.

And I think that an external program shouldn't be ran at import time. It would be better to defer its run until its output is required.

----------

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


More information about the Python-bugs-list mailing list