2014-02-25 13:06 GMT+01:00 Victor Stinner <[email protected]>: > Hi, > > I released Trollius 0.1.6 which contains all changes of Tulip 0.4.1: > https://pypi.python.org/pypi/trollius/0.1.6 > > I'm not sure that exceptions are correctly displayed, and > test_create_ssl_connection() hangs on OpenIndiana but I'm not sure > that it's a regression. I may released quickly a version 0.1.7 if > these two issues are real major bugs.
For OpenIndiana, it is a regression in asyncio.test_utils, so it only concerns unit tests and it's already fixed. For the exception, there is a regression and I openeded a new thread on this mailing list about that: "Trollius and the new exception handler API" Victor
