[New-bugs-announce] [issue3283] multiprocessing.connection doesn't import AuthenticationError, while using it

Andrii V. Mishkovskyi report at bugs.python.org
Fri Jul 4 15:45:11 CEST 2008


New submission from Andrii V. Mishkovskyi <mishok13 at gmail.com>:

Lib/multiprocessing/connection.py contains two uses of
AuthenticationError, while it's not imported from multiprocessing
package. This exception is used in deliver_challenge() and
answer_challenge() functions. I've attached a small patch that fixes
possible NameError while calling any of these two functions.

----------
components: Library (Lib)
files: multiprocessing.connection.py.diff
keywords: patch
messages: 69255
nosy: jnoller, mishok13, roudkerk
severity: normal
status: open
title: multiprocessing.connection doesn't import AuthenticationError, while using it
versions: Python 3.0
Added file: http://bugs.python.org/file10809/multiprocessing.connection.py.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3283>
_______________________________________


More information about the New-bugs-announce mailing list