[issue23464] Remove or deprecate JoinableQueue in asyncio docs

2015-04-12 Thread R. David Murray
R. David Murray added the comment: Deprecation was done in 3.4, removal is now done in 3.5. Thanks, Jesse. -- keywords: -patch nosy: +r.david.murray stage: -> resolved status: open -> closed versions: +Python 3.5 ___ Python tracker

[issue23464] Remove or deprecate JoinableQueue in asyncio docs

2015-04-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2a18f6b85da2 by R David Murray in branch 'default': #23464: remove JoinableQueue that was deprecated in 3.4.4. https://hg.python.org/cpython/rev/2a18f6b85da2 -- nosy: +python-dev ___ Python tracker

[issue23464] Remove or deprecate JoinableQueue in asyncio docs

2015-04-12 Thread A. Jesse Jiryu Davis
Changes by A. Jesse Jiryu Davis : -- keywords: +patch Added file: http://bugs.python.org/file38906/issue23464.diff ___ Python tracker ___

[issue23464] Remove or deprecate JoinableQueue in asyncio docs

2015-02-14 Thread A. Jesse Jiryu Davis
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