[docs] Documentation bug for Process Pools

Hor Meng Yoong yoonghm at gmail.com
Tue Sep 25 03:33:14 EDT 2018


Hi,

  The argument for multiprocessing.pool.Pool shall be keyword argument
instead of positional. Hence the documentation should be revised from

class multiprocessing.pool.Pool([processes[, initializer[, initargs[,
maxtasksperchild[, context]]]]])

to

class multiprocessing.pool.Pool([processes[, initializer=None[,
initargs=()[, maxtasksperchild=None[, context=None]]]]])


Best regards
Hor Meng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20180925/99288419/attachment.html>


More information about the docs mailing list