mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #27125: Merge typo fixes from 3.5
Also merge changes from Issue #27117; no actual code changes to 3.6.
This commit is contained in:
commit
e501a93c18
13 changed files with 17 additions and 15 deletions
|
@ -2484,7 +2484,7 @@ the connection.)
|
|||
|
||||
If authentication is requested but no authentication key is specified then the
|
||||
return value of ``current_process().authkey`` is used (see
|
||||
:class:`~multiprocessing.Process`). This value will automatically inherited by
|
||||
:class:`~multiprocessing.Process`). This value will be automatically inherited by
|
||||
any :class:`~multiprocessing.Process` object that the current process creates.
|
||||
This means that (by default) all processes of a multi-process program will share
|
||||
a single authentication key which can be used when setting up connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue