Currently, I get following messege. E:\PYTHON~1\py3k\Lib\test>py3k regrtest.py test_dbm_ndbm.py test_dbm_ndbm test_dbm_ndbm skipped -- No module named _dbm 1 test skipped: test_dbm_ndbm 1 skip unexpected on win32: test_dbm_ndbm I don't know about dbm, but win32 buildbots are skiping this test, maybe is this skip expected?
Given this. c:\Python31\Lib\test>..\..\python.exe regrtest.py test_dbm_ndbm.py test_dbm_ndbm test_dbm_ndbm skipped -- No module named _dbm 1 test skipped: test_dbm_ndbm Those skips are all expected on win32. I assume that this can be closed.