Bugfixing python 3.5 asyncio

2015-11-04 Thread Dmitry Panteleev
can think of: 1. Copy asyncio.queues into our package so it has a different name 2. Override sys.path Both look really strange. Is there anything else? Thanks, Dmitry Panteleev -- https://mail.python.org/mailman/listinfo/python-list

Re: Bugfixing python 3.5 asyncio

2015-11-04 Thread Dmitry Panteleev
Hello, Yes, the fix has been merged. If 3.5.1 gets released in a month, it should not be a problem. And looks like it dpends on http://bugs.python.org/issue25446 . Thank you for the information. Dmitry On Wed, Nov 4, 2015 at 5:52 PM, Terry Reedy wrote: > On 11/3/2015 8:24 PM, Dmitry Pantel