[docs] [issue11155] multiprocessing.Queue's put() signature differs from docs

Roundup Robot report at bugs.python.org
Mon Sep 5 18:23:59 CEST 2011


Roundup Robot <devnull at psf.upfronthosting.co.za> added the comment:

New changeset c6d4d4d64405 by Senthil Kumaran in branch '3.2':
Fix closes Issue11155  - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
http://hg.python.org/cpython/rev/c6d4d4d64405

New changeset 8f1187288fac by Senthil Kumaran in branch 'default':
merge from 3.2. Fix closes Issue11155  - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
http://hg.python.org/cpython/rev/8f1187288fac

New changeset d29c9006d770 by Senthil Kumaran in branch '2.7':
merge from 3.2.  Fix closes Issue11155  - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez.
http://hg.python.org/cpython/rev/d29c9006d770

----------
nosy: +python-dev
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11155>
_______________________________________


More information about the docs mailing list