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 gregory.p.smith
Recipients gregory.p.smith, lemburg, moghe
Date 2007-08-24.03:57:06
SpamBayes Score 0.44231993
Marked as misclassified No
Message-id <1187927826.78.0.357006507023.issue1771381@psf.upfronthosting.co.za>
In-reply-to
Content
The BerkeleyDB library operates on bytes only.  Unicode doesn't make
sense as a key without converting it to a particular encoding first. 
Use the unicode object's encode() method if you need to use it as a
database key or create a wrapper object or subclass of the db that
automatically does that for you as appropriate.
History
Date User Action Args
2007-08-24 03:57:06gregory.p.smithsetspambayes_score: 0.44232 -> 0.44231993
recipients: + gregory.p.smith, lemburg, moghe
2007-08-24 03:57:06gregory.p.smithsetspambayes_score: 0.44232 -> 0.44232
messageid: <1187927826.78.0.357006507023.issue1771381@psf.upfronthosting.co.za>
2007-08-24 03:57:06gregory.p.smithlinkissue1771381 messages
2007-08-24 03:57:06gregory.p.smithcreate