This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dstufft
Recipients Marcus.Smith, dstufft, ncoghlan, paul.moore, steve.dower
Date 2014-10-26.20:53:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414356785.88.0.474409352591.issue22730@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-10-26 20:53:05dstufftsetrecipients: + dstufft, paul.moore, ncoghlan, steve.dower, Marcus.Smith
2014-10-26 20:53:05dstufftsetmessageid: <1414356785.88.0.474409352591.issue22730@psf.upfronthosting.co.za>
2014-10-26 20:53:05dstufftlinkissue22730 messages
2014-10-26 20:53:05dstufftcreate