bsddb185 question

"Martin v. Löwis" martin at v.loewis.de
Mon Nov 21 23:58:11 EST 2005


thakadu wrote:
> So it seems I am forced to use the bsddb185 module
> which does not have convenient record level methods.
> Am I missing something here or have others eperienced
> tha same?

I think you are missing that bsddb185 implements the
dictionary interface. So you can use [key] to access
the value for a certain key.

Regards,
Martin




More information about the Python-list mailing list