Re: [Python-Dev] 3rd-party dbms

2008-09-04 Thread Brett Cannon
On Thu, Sep 4, 2008 at 11:59 AM, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > Brett Cannon <[EMAIL PROTECTED]> wrote: >> for 3.1 there is nothing saying we can't change shelve and the >> dbm package to allow 3rd-party code to register with the dbm package >> such that bsddb can be used as needed beh

[Python-Dev] 3rd-party dbms

2008-09-04 Thread Oleg Broytmann
Brett Cannon <[EMAIL PROTECTED]> wrote: > for 3.1 there is nothing saying we can't change shelve and the > dbm package to allow 3rd-party code to register with the dbm package > such that bsddb can be used as needed behind the scenes. Many years ago I wrote toy hashes based on ZODB and MetaKit.