#17364: merge with 3.2.

This commit is contained in:
Ezio Melotti 2013-03-06 03:23:28 +02:00
commit 20d19241e5
1 changed files with 0 additions and 1 deletions

View File

@ -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).
.. method:: get_nowait()
get_no_wait()
Equivalent to ``get(False)``.