[New-bugs-announce] [issue31965] Incorrect documentation for multiprocessing.connection.{Client, Listener}

Jelle Zijlstra report at bugs.python.org
Tue Nov 7 02:00:44 EST 2017


New submission from Jelle Zijlstra <jelle.zijlstra at gmail.com>:

https://docs.python.org/3/library/multiprocessing.html#multiprocessing.connection.Client claims that there is an "authenticate" argument, but it does not exist in the implementation (https://github.com/python/cpython/blob/master/Lib/multiprocessing/connection.py#L487).

----------
assignee: Jelle Zijlstra
components: Documentation
messages: 305713
nosy: Jelle Zijlstra, davin, pitrou
priority: normal
pull_requests: 4267
severity: normal
status: open
title: Incorrect documentation for multiprocessing.connection.{Client,Listener}
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31965>
_______________________________________


More information about the New-bugs-announce mailing list