This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author donmez
Recipients donmez
Date 2008-05-27.18:31:57
SpamBayes Score 0.004099766
Marked as misclassified No
Message-id <1211913119.29.0.969619534727.issue2984@psf.upfronthosting.co.za>
In-reply-to
Content
test test_dbm failed -- Traceback (most recent call last):
  File "/Users/cartman/Sources/py3k/Lib/test/test_dbm.py", line 121, in 
test_whichdb
    self.assertEqual(name, dbm.whichdb(_fname))
AssertionError: 'dbm.gnu' != 'dbm.ndbm'

This happened after the dbm unification that happened due to stdlib re-
organization.
History
Date User Action Args
2008-05-27 18:31:59donmezsetspambayes_score: 0.00409977 -> 0.004099766
recipients: + donmez
2008-05-27 18:31:59donmezsetspambayes_score: 0.00409977 -> 0.00409977
messageid: <1211913119.29.0.969619534727.issue2984@psf.upfronthosting.co.za>
2008-05-27 18:31:58donmezlinkissue2984 messages
2008-05-27 18:31:57donmezcreate