[Python-Dev] Incorporating bsddb3 (original) (raw)
Martin v. Loewis martin@v.loewis.de
Fri, 18 Oct 2002 10:25:13 +0200
- Previous message: [Python-Dev] Valgrind on 2.2.2
- Next message: [Python-Dev] To -I(nclude) or not to -I(nclude), that is the question...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have changes in my sandbox to incorporate bsddb3 into Python proper. This essentially is a copy of bsddb3 3.4.0, with the following modifications:
- the extension module is called _bsddb (not bsddb3._db)
- the package is called bsddb (not bsddb3)
Both test_bsddb and test_anydbm continue to work unmodified.
Is it ok to commit these changes?
Regards, Martin
- Previous message: [Python-Dev] Valgrind on 2.2.2
- Next message: [Python-Dev] To -I(nclude) or not to -I(nclude), that is the question...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]