]> granicus.if.org Git - python/commit
BaseThreadedTestCase.setup(): stop special-casing WindowsError.
authorTim Peters <tim.peters@gmail.com>
Thu, 11 May 2006 16:37:42 +0000 (16:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 11 May 2006 16:37:42 +0000 (16:37 +0000)
commit0ebf27aad939d88cf2a35fc9197a3b72ce698766
tree1a8e05dff00cf73256f8e2d9efd47c3a49f3994c
parent7cadf59e14d87dbb6a8bfa0b7301f937c03a269c
BaseThreadedTestCase.setup():  stop special-casing WindowsError.

Rev 45964 fiddled with WindowsError, and broke test_bsddb3 on all
the Windows buildbot slaves as a result.  This should repair it.
Lib/bsddb/test/test_thread.py