~ubuntu-branches/ubuntu/saucy/python2.7/saucy-proposed

« back to all changes in this revision

Viewing changes to Doc/library/multiprocessing.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-05-15 19:15:16 UTC
  • mto: (36.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: package-import@ubuntu.com-20130515191516-zmv6to904wemey7s
Tags: upstream-2.7.5
ImportĀ upstreamĀ versionĀ 2.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1744
1744
   then a welcome message is sent to the other end of the connection.  Otherwise
1745
1745
   :exc:`AuthenticationError` is raised.
1746
1746
 
1747
 
.. function:: answerChallenge(connection, authkey)
 
1747
.. function:: answer_challenge(connection, authkey)
1748
1748
 
1749
1749
   Receive a message, calculate the digest of the message using *authkey* as the
1750
1750
   key, and then send the digest back.