[issue26887] Erratum in https://docs.python.org/2.6/library/multiprocessing.html

2016-04-29 Thread Zachary Ware

Zachary Ware added the comment:

The documentation for 2.6 is no longer maintained (and neither is 2.6 itself, 
so we highly recommend upgrading to at least 2.7 if at all possible), and this 
has already been fixed in 2.7.

Thanks for the report anyway!

--
assignee:  -> docs@python
components: +Documentation
nosy: +docs@python, zach.ware
resolution:  -> out of date
stage:  -> resolved
status: open -> closed
versions:  -Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26887] Erratum in https://docs.python.org/2.6/library/multiprocessing.html

2016-04-29 Thread Ron Barak

New submission from Ron Barak:

Erratum in https://docs.python.org/2.6/library/multiprocessing.html:

The chunksize argument is the same as the one used by the map() method. For 
very long iterables using a large value for chunksize can make >>>make<<< the 
job complete much faster than using the default value of 1.

--
messages: 264520
nosy: ronbarak
priority: normal
severity: normal
status: open
title: Erratum in https://docs.python.org/2.6/library/multiprocessing.html
versions: Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com