[12:25:04] <ronny> dstufft: i guess he could do the same to me - im pretty sure it would be reasonably easy to fill a whole conference venue of good engineers with bad writing
[12:25:40] <StevenK> Easy? I think you mean 'trivial'
[12:26:48] <ronny> StevenK: there is surrounding logistics
[15:28:59] <xafer> But no objection ? I usually forget to run pep8 at 80 on my pull requests so a quick feedback allows me to quickly cancel the build and trim the long lines.
[18:09:46] <Ivoz> dstufft, it would be really nice to get a fix in for https://github.com/pypa/virtualenv/issues/837 before releasing virtualenv, 'cus I think atm the story is virtualenv doesn't work for anyone installing 3.5 off python.org in Windows T_T
[18:10:16] <dstufft> I don't have a Windows box handy right now to test it :|
[21:40:40] <xafer> dstufft: we could change the default wheel dir at an other time, but I think it would be more consistent if pip wheel and pip download had similar defaults
[21:41:16] <dstufft> xafer: I think changing pip wheel to . is a reasonable change, I just don't (personally) feel like figuring out a deprecation path for it atm :)
[21:42:46] <xafer> The deprecation path I had in mind was a nice changelog and give people the possibility to pass `--wheel-dir=wheelhouse` to have the previous behavior
[22:51:56] <xafer> dstufft: does https://github.com/pypa/pip/pull/3381 seem ok to you ?
[23:05:15] <xafer> btw, unit tests now pass on windows (except on 3.5 due to our old pytest), it would be nice to add an appveyor hook on pip with an official pypa account