[02:28:50] <agronholm> what's the situation with pip 1.5.7? there are only two open issues and the other one had a fix merged already
[02:29:01] <agronholm> the other one is a simple matter (?) of updating html5lib
[03:35:22] <Ivo> agronholm: essentially, the milestone is a necessary but not sufficient list
[03:35:47] <agronholm> any issues with 1.5.7 I'm not aware of then?
[03:40:09] <dstufft> probably that I don't remember why we were making a 1.5.7 or that we were making one so I didn't remember to see if it was time to cut one
[03:47:25] <Ivo> its not a do-this-before-sunset issue
[03:48:36] <Ivo> dstufft: do you understand html5lib's version's? https://pypi.python.org/pypi/html5lib/0.999#change-log
[03:48:48] <dstufft> 0.999 is the same as 1.0b3 afaik
[03:49:31] <Ivo> is not 0.99 the same as 1.0b3, and 0.999 newer?
[07:29:05] <agronholm> it would be really nice to get a jython fix baked in the html5 thing
[07:29:31] <agronholm> it is a bug to use lone surrogates in unicode text
[07:29:44] <agronholm> cpython may allow it but others may not, and it is so stated in the docs too
[07:30:07] <agronholm> the py4j author made the same mistake
[11:18:16] <dstufft> agronholm: yes, waiting on this https://github.com/html5lib/html5lib-python/pull/150
[17:15:12] <linovia> is it normal that pip's test suite is really slow ?