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 vstinner
Recipients gvanrossum, jcea, skip.montanaro, vstinner
Date 2008-10-11.02:05:15
SpamBayes Score 7.385699e-06
Marked as misclassified No
Message-id <1223690716.4.0.978975256552.issue3799@psf.upfronthosting.co.za>
In-reply-to
Content
For information, Python3 trunk fails on:
test.support.TestFailed: Traceback (most recent call last):
  File "Lib/test/test_dbm.py", line 157, in test_keys
    self.assert_('xxx' not in self.d)
TypeError: gdbm key must be bytes, not str
History
Date User Action Args
2008-10-11 02:05:16vstinnersetrecipients: + vstinner, gvanrossum, skip.montanaro, jcea
2008-10-11 02:05:16vstinnersetmessageid: <1223690716.4.0.978975256552.issue3799@psf.upfronthosting.co.za>
2008-10-11 02:05:15vstinnerlinkissue3799 messages
2008-10-11 02:05:15vstinnercreate