diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2017-11-07 16:13:02 (GMT) |
---|---|---|
committer | Antoine Pitrou <pitrou@free.fr> | 2017-11-07 16:13:02 (GMT) |
commit | 1e5d54cfa031f1de9ee2d2e968e0551b6e2397b7 (patch) | |
tree | d0a8bfabbbb5eb5cb6b6f525f81d583fb192b327 /Lib/asyncio/base_events.py | |
parent | 22b1128559bdeb96907da5840960691bb050d11a (diff) | |
download | cpython-1e5d54cfa031f1de9ee2d2e968e0551b6e2397b7.zip cpython-1e5d54cfa031f1de9ee2d2e968e0551b6e2397b7.tar.gz cpython-1e5d54cfa031f1de9ee2d2e968e0551b6e2397b7.tar.bz2 |
bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304)
* fix doc for multiprocessing.connection.Client
The authenticate argument does not exist on either Client or Listener:
- https://github.com/python/cpython/blob/master/Lib/multiprocessing/connection.py#L483 (master)
- https://github.com/python/cpython/blob/3.6/Lib/multiprocessing/connection.py#L478 (3.6)
- https://github.com/python/cpython/blob/3.5/Lib/multiprocessing/connection.py#L478 (3.5)
- https://github.com/python/cpython/blob/3.4/Lib/multiprocessing/connection.py#L487 (3.4)
The documentation also claimed that these functions will call `current_process().auth_key`, for which I could find no evidence in the code. I rewrote the documentation to reflect the actual behavior.
Also made some small changes to vary sentence structure.
Diffstat (limited to 'Lib/asyncio/base_events.py')
0 files changed, 0 insertions, 0 deletions