]> granicus.if.org Git - python/commitdiff
Merge
authorRichard Oudkerk <shibturn@gmail.com>
Fri, 17 Aug 2012 13:42:43 +0000 (14:42 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Fri, 17 Aug 2012 13:42:43 +0000 (14:42 +0100)
1  2 
Doc/library/multiprocessing.rst

index 6cf0b612dccc532d8f8abc3d00c1efc426dddf92,e93d121a5fcffaedfe7343b65baf10586fc768b3..33a351128c9a1f23cf18be8fce9b748a5b8ec24d
@@@ -1865,11 -1768,10 +1865,11 @@@ multiple connections at the same time
     generally be omitted since it can usually be inferred from the format of
     *address*. (See :ref:`multiprocessing-address-formats`)
  
-    If *authenticate* is ``True`` or *authkey* is a string then digest
+    If *authenticate* is ``True`` or *authkey* is a byte string then digest
     authentication is used.  The key used for authentication will be either
-    *authkey* or ``current_process().authkey)`` if *authkey* is ``None``.
+    *authkey* or ``current_process().authkey`` if *authkey* is ``None``.
 -   If authentication fails then :exc:`AuthenticationError` is raised.  See
 +   If authentication fails then
 +   :exc:`~multiprocessing.AuthenticationError` is raised.  See
     :ref:`multiprocessing-auth-keys`.
  
  .. class:: Listener([address[, family[, backlog[, authenticate[, authkey]]]]])