]> granicus.if.org Git - python/commit
Merged revisions 66023 via svnmerge from
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 25 Aug 2008 01:53:32 +0000 (01:53 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 25 Aug 2008 01:53:32 +0000 (01:53 +0000)
commit5d6415ee26fcd663806ed3a19247573c5ca5f055
treeacaa227df26628da1b4598045a72707ed1adf33f
parentc34177ccb2576df43ff3c772fe565a7439e32d3a
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
........
Lib/multiprocessing/connection.py
Lib/test/test_multiprocessing.py