We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a6b20 commit 84c717dCopy full SHA for 84c717d
1 file changed
Doc/library/asyncio-queue.rst
@@ -33,7 +33,7 @@ Queue
33
34
This class is :ref:`not thread safe <asyncio-multithreading>`.
35
36
- .. versionchanged:: 3.4.3
+ .. versionchanged:: 3.4.4
37
New :meth:`join` and :meth:`task_done` methods.
38
39
.. method:: empty()
@@ -79,7 +79,7 @@ Queue
79
80
This method is a :ref:`coroutine <coroutine>`.
81
82
- .. versionadded:: 3.4.3
+ .. versionadded:: 3.4.4
83
84
.. coroutinemethod:: put(item)
85
@@ -117,7 +117,7 @@ Queue
117
Raises :exc:`ValueError` if called more times than there were items
118
placed in the queue.
119
120
121
122
.. attribute:: maxsize
123
@@ -151,7 +151,7 @@ JoinableQueue
151
152
Deprecated alias for :class:`Queue`.
153
154
- .. deprecated:: 3.4.3
+ .. deprecated:: 3.4.4
155
156
157
Exceptions
0 commit comments