[04:00:11] <lifeless> ncoghlan: since seeing you on IRC is somewhat rare
[04:00:13] <ncoghlan> lifeless: ah, now I understand :)
[04:01:35] <ncoghlan> lifeless: aye, #pypa-dev was missing from the default channel list on my laptop, an oversight I only remedied just before heading to Hawaii last week :)
[09:45:43] <StevenK> graingert: I'm not sure off the top of my head where the logic is, but that's the pattern -- if the output is a tty you can seek backward on the line and redraw so the progress bar fills up, and with a file or a pipe, you can't.
[09:48:19] <StevenK> graingert: Looks like pip uses a module, 'progress', https://pypi.python.org/pypi/progress
[09:53:45] <graingert> StevenK: looks like it is in progress