This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author emptysquare
Recipients emptysquare, gvanrossum, vstinner, yselivanov
Date 2015-02-14.14:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423924514.61.0.0196289031224.issue23464@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-02-14 14:35:14emptysquaresetrecipients: + emptysquare, gvanrossum, vstinner, yselivanov
2015-02-14 14:35:14emptysquaresetmessageid: <1423924514.61.0.0196289031224.issue23464@psf.upfronthosting.co.za>
2015-02-14 14:35:14emptysquarelinkissue23464 messages
2015-02-14 14:35:14emptysquarecreate