> asyncio 3.4.3 is now available for Python 3.3 at: (...) The "Merge JoinableQueue with Queue" change missed the Python 3.4.3 release, it will be part of Python 3.4.4 and 3.5: https://code.google.com/p/tulip/issues/detail?id=220
The change is to make the Queue class joinable (add the join() method). Until that, use the JoinableQueue class instead. Victor
