[Python-Dev] rename bsddbmodule.c to bsddb185.c?

Skip Montanaro skip@pobox.com
Tue, 25 Feb 2003 14:02:38 -0600


    Guido> Or you could edit setup.py (and Modules/Setup.dist) to build the
    Guido> module "bsddb185" from the source file "bsddbmodule.c", and edit
    Guido> the source code to rename initbsddb() to initbsd185.

Ack...  Thanks, that's already done.  I must have muffed something before
when I tried importing it.

Skip