commit | 5d6415ee26fcd663806ed3a19247573c5ca5f055 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Aug 25 01:53:32 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Aug 25 01:53:32 2008 +0000 |
tree | acaa227df26628da1b4598045a72707ed1adf33f | |
parent | c34177ccb2576df43ff3c772fe565a7439e32d3a [diff] |
Merged revisions 66023 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r66023 | neal.norwitz | 2008-08-24 18:50:24 -0700 (Sun, 24 Aug 2008) | 6 lines 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 ........