[New-bugs-announce] [issue4012] Minor errors in multiprocessing docs
Kent Johnson
report at bugs.python.org
Thu Oct 2 03:23:40 CEST 2008
New submission from Kent Johnson <kent at kentsjohnson.com>:
In the docs for AsyncResult
http://docs.python.org/dev/library/multiprocessing.html#multiprocessing.pool.AsyncResult
"get([timeout)" is missing a ]
In the example following, it refers to pool.applyAsync() in two places;
the docs spell this apply_async(), one of them must be wrong :-)
----------
assignee: georg.brandl
components: Documentation
messages: 74150
nosy: georg.brandl, kjohnson
severity: normal
status: open
title: Minor errors in multiprocessing docs
versions: Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4012>
_______________________________________
More information about the New-bugs-announce
mailing list