[Python-Dev] _bsddb.c ownership
Thomas Wouters
thomas at python.org
Thu Mar 30 10:16:49 CEST 2006
More information about the Python-Dev mailing list
Thu Mar 30 10:16:49 CEST 2006
- Previous message: [Python-Dev] _bsddb.c ownership
- Next message: [Python-Dev] str(Exception) changed, is that intended?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/30/06, Gregory P. Smith <greg at electricrain.com> wrote: > The pybsddb project does not have its own copy of the code, it just > pulls Modules/_bsddb.c and the Lib/bsddb/ directly from the python > repository using a script. Ah, excellent, that makes it a lot easier for the rest of python-dev. > Its appreciated if people keep Modules/_bsddb.c and Lib/bsddb/ > backwards compatible with the few revs of python. Otherwise I end up > finding out and fixing it myself with ifdefs on the rare occasions > when I attempt to make another pybsddb module release and find it > doesn't work with an old version. ;) I'll see about making all the recent changes backwardly-compatible. -- Thomas Wouters <thomas at python.org> Hi! I'm a .signature virus! copy me into your .signature file to help me spread! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-dev/attachments/20060330/13e1260b/attachment.htm
- Previous message: [Python-Dev] _bsddb.c ownership
- Next message: [Python-Dev] str(Exception) changed, is that intended?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list