Donald Stufft added the comment:

The development version of pip switches things over to using the Python logging 
framework instead of a homegrown one which more or less relies on print(). 
Probably we could detect if we don't have a stdout and just not output 
anything? People can pass a parameter to redirect it to a log file or whatever 
too.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22730>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to