[Python-Dev] rename bsddbmodule.c to bsddb185.c?
Guido van Rossum
guido@python.org
Tue, 25 Feb 2003 13:18:15 -0500
> I think Modules/bsddbmodule.c needs to be moved to something like
> Modules/bsddb185.c or bsddb185module.c otherwise it won't get found by the
> import process. What's the best way to make that change in CVS?
You could simply copy the file -- I don't care enough about the
history to want to bother the SF sysadmins.
Or you could edit setup.py (and Modules/Setup.dist) to build the
module "bsddb185" from the source file "bsddbmodule.c", and edit the
source code to rename initbsddb() to initbsd185.
--Guido van Rossum (home page: http://www.python.org/~guido/)