bpo-31965: fix doc for multiprocessing.connection.Client and Listener by JelleZijlstra · Pull Request #4304 · python/cpython (original) (raw)
I'd like to suggest an improvement: If *authkey* is given and not None, it should be a byte string and will be used as the secret key for an authentication challenge.
Also how about improving the multiprocessing-auth-keys
section to mention the challenge is HMAC-based?