mirror of https://github.com/python/cpython
#17364: merge with 3.3.
This commit is contained in:
commit
ed63754ef6
|
@ -608,7 +608,6 @@ For an example of the usage of queues for interprocess communication see
|
||||||
:exc:`queue.Empty` exception (*timeout* is ignored in that case).
|
:exc:`queue.Empty` exception (*timeout* is ignored in that case).
|
||||||
|
|
||||||
.. method:: get_nowait()
|
.. method:: get_nowait()
|
||||||
get_no_wait()
|
|
||||||
|
|
||||||
Equivalent to ``get(False)``.
|
Equivalent to ``get(False)``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue