diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-02-17 22:53:28 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-02-17 22:53:28 +0100 |
commit | 4cb814c7e1840b9e4d479cc43e65b6fff451ae90 (patch) | |
tree | b27eb5e2697f3e606bf7403c33ad33ea94574753 /Lib/test/test_pydoc.py | |
parent | 4e82fb99a0b5128abefaf433a56ab1fa48b9a848 (diff) | |
download | cpython-git-4cb814c7e1840b9e4d479cc43e65b6fff451ae90.tar.gz |
asyncio, Tulip issue 220: Merge JoinableQueue with Queue.
Merge JoinableQueue with Queue. To more closely match the standard Queue,
asyncio.Queue has "join" and "task_done". JoinableQueue is deleted.
Docstring for Queue.join shouldn't mention threads.
Restore JoinableQueue as a deprecated alias for Queue. To more closely match
the standard Queue, asyncio.Queue has "join" and "task_done". JoinableQueue
remains as a deprecated alias for Queue to avoid needlessly breaking too much
code that depended on it.
Patch written by A. Jesse Jiryu Davis <jesse@mongodb.com>.
Diffstat (limited to 'Lib/test/test_pydoc.py')
0 files changed, 0 insertions, 0 deletions