bsddb185 question

thakadu thakadu at gmail.com
Tue Nov 22 08:41:54 EST 2005


It seems it doesnt implement ALL of the dictionary interface though.
dir({}) yields many more methods than dir(bsddb185.open(f)).
So bsddb185 is missing many of the methods that I am used
to in bsddb. I mentioned some above that are missing, pop()
in particular would be useful in my situation but there are
others as well.
>From a java perspective I believe that its not possible to omit certain
methods when implementing an interface, I am not sure about Python
though.




More information about the Python-list mailing list