[New-bugs-announce] [issue23464] Remove or deprecate JoinableQueue in asyncio docs

A. Jesse Jiryu Davis report at bugs.python.org
Sat Feb 14 15:35:14 CET 2015


New submission from A. Jesse Jiryu Davis:

asyncio.JoinableQueue was once a distinct subclass of asyncio.Queue, now it's just a deprecated alias. Once this is merged into CPython:

https://code.google.com/p/tulip/issues/detail?id=220

...then remove or deprecate JoinableQueue in asyncio-sync.rst

----------
components: asyncio
messages: 235971
nosy: emptysquare, gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: Remove or deprecate JoinableQueue in asyncio docs
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23464>
_______________________________________


More information about the New-bugs-announce mailing list