]> granicus.if.org Git - python/commit
Fix problem reported by pychecker where AuthenticationError wasn't imported.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 25 Aug 2008 01:50:24 +0000 (01:50 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 25 Aug 2008 01:50:24 +0000 (01:50 +0000)
commit0c519b3a5e847eea0dffb51ac8df7c68891daf70
treea120933ac036950f8e2a7e8b5a482858f672ce7a
parent971f10210ef593cd620af6c2178ed8265fb86946
Fix problem reported by pychecker where AuthenticationError wasn't imported.
Add some test coverage to this code.  More tests should be added (TODO added).

R=Brett
TESTED=./python -E -tt ./Lib/test/regrtest.py test_multiprocessing
Lib/multiprocessing/connection.py
Lib/test/test_multiprocessing.py