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 moghe
Recipients
Date 2007-08-10.02:32:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
bsddb throws a TypeError when I try to use an unicode string as key name;
i.e. bsddb.btopen("foobar", "c")[u'foo'] = "bar" fails

I discovered it while experimenting with the shelve module. You may find more information in the attached file.

Python version: 2.5.1
OS: Windows XP SP2 (5.1.2600)
History
Date User Action Args
2007-08-23 14:59:08adminlinkissue1771381 messages
2007-08-23 14:59:08admincreate