Senthil Kumaran <sent...@uthcode.com> added the comment:

anikom15's first patch seems correct. In the multiprocessing.py, the the arg 
'obj' can be safely replaced with 'item' to be consistent with the docs. As 
this is not a keyword arg, it does not stand any chance of breaking any 
backwards compatibility. It looks me to that when multiprocessing' Queue.put 
was coding the first arg was wrongly mentioned as 'obj' instead of 'item'.

I shall commit the first patch unless someone objects to the above reasoning.

----------
assignee: docs@python -> orsenthil
nosy: +orsenthil

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11155>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to