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 josiahcarlson
Recipients ghaering, gregburd, gregory.p.smith, jcea, josiahcarlson, pitrou, rhettinger, skip.montanaro
Date 2008-09-12.05:43:50
SpamBayes Score 0.00011208944
Marked as misclassified No
Message-id <1221198237.15.0.808466528695.issue3783@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a version with views from Python 3.0 for keys, values, and items 
:) .  I know that no one hear likes my particular implementation (though 
it offers more or less the full interface), but the Keys, Values, and 
Items classes in the following version are quite generic (they only 
require that the base class implement __iter__, _itervalues, and 
_iteritems), and reasonably optimized.  They could probably be moved 
into the generic dbm stuff and used by everyone.
History
Date User Action Args
2008-09-12 05:43:57josiahcarlsonsetrecipients: + josiahcarlson, skip.montanaro, rhettinger, gregory.p.smith, jcea, ghaering, pitrou, gregburd
2008-09-12 05:43:57josiahcarlsonsetmessageid: <1221198237.15.0.808466528695.issue3783@psf.upfronthosting.co.za>
2008-09-12 05:43:55josiahcarlsonlinkissue3783 messages
2008-09-12 05:43:54josiahcarlsoncreate