jamesls / semidbm

Cross platform (fast) DBM interface in python
Other
51 stars 13 forks source link

Doesn't support all dict methods? #11

Open jrabbit opened 8 years ago

jrabbit commented 8 years ago

notably .items()?

ianozsvald commented 4 years ago

I'll add len(my_shelve.keys()) is not supported, I'm using semidbm wrapped in a Shelve object. I add this as an example, it certainly isn't a blocker for me.