mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#17635: merge with 3.3.
This commit is contained in:
commit
3f5ffbee23
1 changed files with 1 additions and 1 deletions
|
@ -1848,7 +1848,7 @@ multiple connections at the same time.
|
||||||
then a welcome message is sent to the other end of the connection. Otherwise
|
then a welcome message is sent to the other end of the connection. Otherwise
|
||||||
:exc:`~multiprocessing.AuthenticationError` is raised.
|
:exc:`~multiprocessing.AuthenticationError` is raised.
|
||||||
|
|
||||||
.. function:: answerChallenge(connection, authkey)
|
.. function:: answer_challenge(connection, authkey)
|
||||||
|
|
||||||
Receive a message, calculate the digest of the message using *authkey* as the
|
Receive a message, calculate the digest of the message using *authkey* as the
|
||||||
key, and then send the digest back.
|
key, and then send the digest back.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue