cpython: 1a935e932152 (original) (raw)

Mercurial > cpython

changeset 83233:1a935e932152

#17635: merge with 3.3. [#17635]

Ezio Melotti ezio.melotti@gmail.com
date Wed, 10 Apr 2013 18:01:22 +0300
parents 1410b7790de6(current diff)5d39d459b90d(diff)
children 340a12c18b7f f675083b2894
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/multiprocessing.rst 2

line wrap: on

line diff

--- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -1848,7 +1848,7 @@ multiple connections at the same time. then a welcome message is sent to the other end of the connection. Otherwise :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 key, and then send the digest back.