Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ronbarak mannequin opened this issue Apr 29, 2016 · 2 comments
Closed

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

ronbarak mannequin opened this issue Apr 29, 2016 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@ronbarak
Copy link
Mannequin

ronbarak mannequin commented Apr 29, 2016

BPO 26887
Nosy @zware

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2016-04-29.21:02:59.688>
created_at = <Date 2016-04-29.20:56:45.213>
labels = ['docs']
title = 'Erratum in https://docs.python.org/2.6/library/multiprocessing.html'
updated_at = <Date 2016-04-29.21:02:59.640>
user = 'https://bugs.python.org/ronbarak'

bugs.python.org fields:

activity = <Date 2016-04-29.21:02:59.640>
actor = 'zach.ware'
assignee = 'docs@python'
closed = True
closed_date = <Date 2016-04-29.21:02:59.688>
closer = 'zach.ware'
components = ['Documentation']
creation = <Date 2016-04-29.20:56:45.213>
creator = 'ronbarak'
dependencies = []
files = []
hgrepos = []
issue_num = 26887
keywords = []
message_count = 2.0
messages = ['264520', '264521']
nosy_count = 3.0
nosy_names = ['ronbarak', 'docs@python', 'zach.ware']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue26887'
versions = []

@ronbarak
Copy link
Mannequin Author

ronbarak mannequin commented Apr 29, 2016

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.

@zware
Copy link
Member

zware commented Apr 29, 2016

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!

@zware zware added the docs Documentation in the Doc dir label Apr 29, 2016
@zware zware closed this as completed Apr 29, 2016
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant