[09:28:05] <Kuba> I'm encoutering strange issue with tox and pip starting at 6.0.7: AssertionError: Egg-link /home/schoen/src/lets-encrypt-preview does not match installed location of letsencrypt (at /home/schoen/src/lets-encrypt-preview/.tox/lint/lib/python2.7/site-packages) (https://github.com/letsencrypt/lets-encrypt-preview/issues/235)
[09:28:48] <Kuba> anyone met this bug before? couldn't find anything in the tracker
[11:29:57] <xafer> hello Kuba, looks like the distribution is installed twice: we can find letsencrypt-0.1-py2.6.egg-info and letsencrypt.egg-link in site-packages
[11:32:54] <Kuba> xafer: *.egg-info being the result of "setup.py install" and *.egg-link being the result of "setup.py develop"?
[22:00:12] <ronny> dstufft: recall the idea about moving some parts of the stdlib into wheels (mutlirpocessing, sqlite, tk, ...) in particular those with external dependencies
[22:00:34] <ronny> how likely would a pep pass that proposed maing a minimal python, and a sumo python on top of it?
[22:02:11] <dstufft> ronny: I have no idea, I feel like it's probably not very likely, but I'm not sure
[22:04:53] <ronny> it would turn distributions and library updates into a breeze at least
[22:09:04] <dstufft> I think it's a great idea nd I wish that's how Python was
[22:09:15] <dstufft> but i feel like python-dev is unlikely to accept that PEP
[22:19:49] <ionelmc> they have to at least acknowledge that dealing with various breakage in stdlib is damn annoying for users