[Python-checkins] cpython (merge 3.2 -> 3.3): #17364: merge with 3.2.

ezio.melotti python-checkins at python.org
Wed Mar 6 02:24:10 CET 2013


http://hg.python.org/cpython/rev/5e294202f93e
changeset:   82508:5e294202f93e
branch:      3.3
parent:      82504:29d5bc1226f9
parent:      82507:4f9de1b18cab
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Wed Mar 06 03:23:28 2013 +0200
summary:
  #17364: merge with 3.2.

files:
  Doc/library/multiprocessing.rst |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -608,7 +608,6 @@
       :exc:`queue.Empty` exception (*timeout* is ignored in that case).
 
    .. method:: get_nowait()
-               get_no_wait()
 
       Equivalent to ``get(False)``.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list