summaryrefslogtreecommitdiff
path: root/Python/ast.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-02-17 22:53:28 +0100
committerVictor Stinner <victor.stinner@gmail.com>2015-02-17 22:53:28 +0100
commit4cb814c7e1840b9e4d479cc43e65b6fff451ae90 (patch)
treeb27eb5e2697f3e606bf7403c33ad33ea94574753 /Python/ast.c
parent4e82fb99a0b5128abefaf433a56ab1fa48b9a848 (diff)
downloadcpython-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 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions